Html Css Color HEX #FA153E Torch Red

📋 copy color: '#FA153E'

red 250 ◦ green 21 ◦ blue 62

#FA153E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torch Red #FA153E

Tints of Torch Red #FA153E

RGB

 RED value IS 250 (98.05% from 255) = 75.08%

 GREEN value IS 21 (8.59% from 255) = 6.31%

 BLUE value IS 62 (24.61% from 255) = 18.62%

R = 75.08%
G = 6.31%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FA153E (or 0xFA153E) is known color: Torch Red. HEX triplet: FA, 15 and 3E. RGB value is (250,21,62). Sum of RGB (Red+Green+Blue) = 250+21+62=333 (44% of max value = 765). Red value is 250 (98.05% from 255 or 75.08% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 250 - color contains mainly: red. Hex color #FA153E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA153E is #05EAC1. Grayscale: #5E5E5E. Windows color (decimal): -387778 or 4068858. OLE color: 4068858.

HSL color Cylindrical-coordinate representation of color #FA153E: hue angle of 349.26º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA153E is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 21 62 -
CMYK 0 0.92 0.75 0.02
HSL 349.26º 0.96% 0.53% -
HSV(B) 349.26º 0.92% 0.98% -
XYZ 40.56 21.21 6.51 -
YUV 94.15 109.87 239.17 -
System Red Green Blue C M Y K H S L
Decimal 250 21 62 0 0.92 0.75 0.02 349.26 0.96 0.53
Hex FA 15 3E 0 5C 4B 2 15D 60 35
Octal 372 25 76 0 134 113 2 535 140 65
Binary 11111010 10101 111110 0 1011100 1001011 10 101011101 1100000 110101

Color Harmonies of #FA153E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA153E

Black with #FA153E

Text Example


Text Example

White with #FA153E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA153E; }

 p { color: rgb(250,21,62); }

 H1.HeaderClassName
 {
   color: #FA153E;
 }
 .AnyTagClassName
 {
   color: #FA153E;
 }
</style>

background-color css

<style>
 a { background-color: #FA153E; }

 a { background-color: rgb(250,21,62); }

 div.DivClassName
 {
   background-color: #FA153E;
 }
 .BgClassName
 {
   background-color: #FA153E;
 }
</style>

border-color css

<style>
 span { border-color: #FA153E; }

 span { border-color: rgb(250,21,62); }

 td.TdClassName
 {
   border-color: #FA153E;
 }
 .TagClassName
 {
   border-color: #FA153E;
 }
</style>