Html Css Color HEX #EF0C36 Torch Red

📋 copy color: '#EF0C36'

red 239 ◦ green 12 ◦ blue 54

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

Shades of Torch Red #EF0C36

Tints of Torch Red #EF0C36

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.93%

 BLUE value IS 54 (21.48% from 255) = 17.7%

R = 78.36%
G = 3.93%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#EF0C36 (or 0xEF0C36) is known color: Torch Red. HEX triplet: EF, 0C and 36. RGB value is (239,12,54). Sum of RGB (Red+Green+Blue) = 239+12+54=305 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.36% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0C36 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0C36 is #10F3C9. Grayscale: #545454. Windows color (decimal): -1110986 or 3542255. OLE color: 3542255.

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

Color convert

RGB 239 12 54 -
CMYK 0 0.95 0.77 0.06
HSL 348.9º 0.9% 0.49% -
HSV(B) 348.9º 0.95% 0.94% -
XYZ 36.39 18.88 5.22 -
YUV 84.66 110.71 238.08 -
System Red Green Blue C M Y K H S L
Decimal 239 12 54 0 0.95 0.77 0.06 348.9 0.9 0.49
Hex EF C 36 0 5F 4D 6 15D 5A 31
Octal 357 14 66 0 137 115 6 535 132 61
Binary 11101111 1100 110110 0 1011111 1001101 110 101011101 1011010 110001

Color Harmonies of #EF0C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0C36

Black with #EF0C36

Text Example


Text Example

White with #EF0C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0C36; }

 p { color: rgb(239,12,54); }

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

background-color css

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

 a { background-color: rgb(239,12,54); }

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

border-color css

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

 span { border-color: rgb(239,12,54); }

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