Html Css Color HEX #FA0E18 Torch Red

📋 copy color: '#FA0E18'

red 250 ◦ green 14 ◦ blue 24

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

Shades of Torch Red #FA0E18

Tints of Torch Red #FA0E18

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.86%

 BLUE value IS 24 (9.77% from 255) = 8.33%

R = 86.81%
G = 4.86%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA0E18 (or 0xFA0E18) is known color: Torch Red. HEX triplet: FA, 0E and 18. RGB value is (250,14,24). Sum of RGB (Red+Green+Blue) = 250+14+24=288 (38% of max value = 765). Red value is 250 (98.05% from 255 or 86.81% from 288); Green value is 14 (5.86% from 255 or 4.86% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0E18 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0E18 is #05F1E7. Grayscale: #555555. Windows color (decimal): -389608 or 1576698. OLE color: 1576698.

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

Color convert

RGB 250 14 24 -
CMYK 0 0.94 0.90 0.02
HSL 357.46º 0.96% 0.52% -
HSV(B) 357.46º 0.94% 0.98% -
XYZ 39.75 20.7 2.77 -
YUV 85.7 93.19 245.19 -
System Red Green Blue C M Y K H S L
Decimal 250 14 24 0 0.94 0.90 0.02 357.46 0.96 0.52
Hex FA E 18 0 5E 5A 2 165 60 34
Octal 372 16 30 0 136 132 2 545 140 64
Binary 11111010 1110 11000 0 1011110 1011010 10 101100101 1100000 110100

Color Harmonies of #FA0E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0E18

Black with #FA0E18

Text Example


Text Example

White with #FA0E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0E18; }

 p { color: rgb(250,14,24); }

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

background-color css

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

 a { background-color: rgb(250,14,24); }

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

border-color css

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

 span { border-color: rgb(250,14,24); }

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