Html Css Color HEX #EF0D19 Torch Red

📋 copy color: '#EF0D19'

red 239 ◦ green 13 ◦ blue 25

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

Shades of Torch Red #EF0D19

Tints of Torch Red #EF0D19

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.69%

 BLUE value IS 25 (10.16% from 255) = 9.03%

R = 86.28%
G = 4.69%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF0D19 (or 0xEF0D19) is known color: Torch Red. HEX triplet: EF, 0D and 19. RGB value is (239,13,25). Sum of RGB (Red+Green+Blue) = 239+13+25=277 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.28% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0D19 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0D19 is #10F2E6. Grayscale: #525252. Windows color (decimal): -1110759 or 1641967. OLE color: 1641967.

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

Color convert

RGB 239 13 25 -
CMYK 0 0.95 0.90 0.06
HSL 356.81º 0.9% 0.49% -
HSV(B) 356.81º 0.95% 0.94% -
XYZ 35.92 18.71 2.64 -
YUV 81.94 95.87 240.02 -
System Red Green Blue C M Y K H S L
Decimal 239 13 25 0 0.95 0.90 0.06 356.81 0.9 0.49
Hex EF D 19 0 5F 5A 6 165 5A 31
Octal 357 15 31 0 137 132 6 545 132 61
Binary 11101111 1101 11001 0 1011111 1011010 110 101100101 1011010 110001

Color Harmonies of #EF0D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0D19

Black with #EF0D19

Text Example


Text Example

White with #EF0D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0D19; }

 p { color: rgb(239,13,25); }

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

background-color css

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

 a { background-color: rgb(239,13,25); }

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

border-color css

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

 span { border-color: rgb(239,13,25); }

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