Html Css Color HEX #EF0418 Torch Red

📋 copy color: '#EF0418'

red 239 ◦ green 4 ◦ blue 24

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

Shades of Torch Red #EF0418

Tints of Torch Red #EF0418

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.5%

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

R = 89.51%
G = 1.5%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF0418 (or 0xEF0418) is known color: Torch Red. HEX triplet: EF, 04 and 18. RGB value is (239,4,24). Sum of RGB (Red+Green+Blue) = 239+4+24=267 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.51% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0418 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0418 is #10FBE7. Grayscale: #4C4C4C. Windows color (decimal): -1113064 or 1574127. OLE color: 1574127.

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

Color convert

RGB 239 4 24 -
CMYK 0 0.98 0.90 0.06
HSL 354.89º 0.97% 0.48% -
HSV(B) 354.89º 0.98% 0.94% -
XYZ 35.8 18.5 2.55 -
YUV 76.55 98.36 243.87 -
System Red Green Blue C M Y K H S L
Decimal 239 4 24 0 0.98 0.90 0.06 354.89 0.97 0.48
Hex EF 4 18 0 62 5A 6 163 61 30
Octal 357 4 30 0 142 132 6 543 141 60
Binary 11101111 100 11000 0 1100010 1011010 110 101100011 1100001 110000

Color Harmonies of #EF0418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0418

Black with #EF0418

Text Example


Text Example

White with #EF0418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0418; }

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

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

background-color css

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

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

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

border-color css

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

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

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