Html Css Color HEX #EF0A18 Torch Red

📋 copy color: '#EF0A18'

red 239 ◦ green 10 ◦ blue 24

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

Shades of Torch Red #EF0A18

Tints of Torch Red #EF0A18

RGB

 RED value IS 239 (93.75% from 255) = 87.55%

 GREEN value IS 10 (4.3% from 255) = 3.66%

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

R = 87.55%
G = 3.66%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF0A18 (or 0xEF0A18) is known color: Torch Red. HEX triplet: EF, 0A and 18. RGB value is (239,10,24). Sum of RGB (Red+Green+Blue) = 239+10+24=273 (36% of max value = 765). Red value is 239 (93.75% from 255 or 87.55% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0A18 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0A18 is #10F5E7. Grayscale: #505050. Windows color (decimal): -1111528 or 1575663. OLE color: 1575663.

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

Color convert

RGB 239 10 24 -
CMYK 0 0.96 0.90 0.06
HSL 356.33º 0.92% 0.49% -
HSV(B) 356.33º 0.96% 0.94% -
XYZ 35.87 18.63 2.57 -
YUV 80.07 96.37 241.36 -
System Red Green Blue C M Y K H S L
Decimal 239 10 24 0 0.96 0.90 0.06 356.33 0.92 0.49
Hex EF A 18 0 60 5A 6 164 5C 31
Octal 357 12 30 0 140 132 6 544 134 61
Binary 11101111 1010 11000 0 1100000 1011010 110 101100100 1011100 110001

Color Harmonies of #EF0A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0A18

Black with #EF0A18

Text Example


Text Example

White with #EF0A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0A18; }

 p { color: rgb(239,10,24); }

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

background-color css

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

 a { background-color: rgb(239,10,24); }

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

border-color css

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

 span { border-color: rgb(239,10,24); }

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