Html Css Color HEX #EF0A16 Torch Red

📋 copy color: '#EF0A16'

red 239 ◦ green 10 ◦ blue 22

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

Shades of Torch Red #EF0A16

Tints of Torch Red #EF0A16

RGB

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

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

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

R = 88.19%
G = 3.69%
B = 8.12%

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

#EF0A16 (or 0xEF0A16) is known color: Torch Red. HEX triplet: EF, 0A and 16. RGB value is (239,10,22). Sum of RGB (Red+Green+Blue) = 239+10+22=271 (35% of max value = 765). Red value is 239 (93.75% from 255 or 88.19% from 271); Green value is 10 (4.30% from 255 or 3.69% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0A16 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0A16 is #10F5E9. Grayscale: #505050. Windows color (decimal): -1111530 or 1444591. OLE color: 1444591.

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

Color convert

RGB 239 10 22 -
CMYK 0 0.96 0.91 0.06
HSL 356.86º 0.92% 0.49% -
HSV(B) 356.86º 0.96% 0.94% -
XYZ 35.85 18.63 2.46 -
YUV 79.84 95.37 241.52 -
System Red Green Blue C M Y K H S L
Decimal 239 10 22 0 0.96 0.91 0.06 356.86 0.92 0.49
Hex EF A 16 0 60 5B 6 165 5C 31
Octal 357 12 26 0 140 133 6 545 134 61
Binary 11101111 1010 10110 0 1100000 1011011 110 101100101 1011100 110001

Color Harmonies of #EF0A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0A16

Black with #EF0A16

Text Example


Text Example

White with #EF0A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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