Html Css Color HEX #EF0F17 Torch Red

📋 copy color: '#EF0F17'

red 239 ◦ green 15 ◦ blue 23

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

Shades of Torch Red #EF0F17

Tints of Torch Red #EF0F17

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.42%

 BLUE value IS 23 (9.38% from 255) = 8.3%

R = 86.28%
G = 5.42%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF0F17 (or 0xEF0F17) is known color: Torch Red. HEX triplet: EF, 0F and 17. RGB value is (239,15,23). Sum of RGB (Red+Green+Blue) = 239+15+23=277 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.28% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 23 (9.38% from 255 or 8.30% from 277); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0F17 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0F17 is #10F0E8. Grayscale: #535353. Windows color (decimal): -1110249 or 1511407. OLE color: 1511407.

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

Color convert

RGB 239 15 23 -
CMYK 0 0.94 0.90 0.06
HSL 357.86º 0.88% 0.5% -
HSV(B) 357.86º 0.94% 0.94% -
XYZ 35.92 18.75 2.54 -
YUV 82.89 94.21 239.35 -
System Red Green Blue C M Y K H S L
Decimal 239 15 23 0 0.94 0.90 0.06 357.86 0.88 0.5
Hex EF F 17 0 5E 5A 6 166 58 32
Octal 357 17 27 0 136 132 6 546 130 62
Binary 11101111 1111 10111 0 1011110 1011010 110 101100110 1011000 110010

Color Harmonies of #EF0F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0F17

Black with #EF0F17

Text Example


Text Example

White with #EF0F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0F17; }

 p { color: rgb(239,15,23); }

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

background-color css

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

 a { background-color: rgb(239,15,23); }

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

border-color css

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

 span { border-color: rgb(239,15,23); }

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