Html Css Color HEX #EF0916 Torch Red

📋 copy color: '#EF0916'

red 239 ◦ green 9 ◦ blue 22

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

Shades of Torch Red #EF0916

Tints of Torch Red #EF0916

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.33%

 BLUE value IS 22 (8.98% from 255) = 8.15%

R = 88.52%
G = 3.33%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EF0916 (or 0xEF0916) is known color: Torch Red. HEX triplet: EF, 09 and 16. RGB value is (239,9,22). Sum of RGB (Red+Green+Blue) = 239+9+22=270 (35% of max value = 765). Red value is 239 (93.75% from 255 or 88.52% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0916 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0916 is #10F6E9. Grayscale: #4F4F4F. Windows color (decimal): -1111786 or 1444335. OLE color: 1444335.

HSL color Cylindrical-coordinate representation of color #EF0916: hue angle of 356.61º degrees, saturation: 0.93, 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 #EF0916 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 9 22 -
CMYK 0 0.96 0.91 0.06
HSL 356.61º 0.93% 0.49% -
HSV(B) 356.61º 0.96% 0.94% -
XYZ 35.84 18.6 2.46 -
YUV 79.25 95.7 241.94 -
System Red Green Blue C M Y K H S L
Decimal 239 9 22 0 0.96 0.91 0.06 356.61 0.93 0.49
Hex EF 9 16 0 60 5B 6 165 5D 31
Octal 357 11 26 0 140 133 6 545 135 61
Binary 11101111 1001 10110 0 1100000 1011011 110 101100101 1011101 110001

Color Harmonies of #EF0916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0916

Black with #EF0916

Text Example


Text Example

White with #EF0916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0916; }

 p { color: rgb(239,9,22); }

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

background-color css

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

 a { background-color: rgb(239,9,22); }

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

border-color css

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

 span { border-color: rgb(239,9,22); }

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