Html Css Color HEX #EF0C37 Torch Red

📋 copy color: '#EF0C37'

red 239 ◦ green 12 ◦ blue 55

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

Shades of Torch Red #EF0C37

Tints of Torch Red #EF0C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.97%

R = 78.1%
G = 3.92%
B = 17.97%

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

#EF0C37 (or 0xEF0C37) is known color: Torch Red. HEX triplet: EF, 0C and 37. RGB value is (239,12,55). Sum of RGB (Red+Green+Blue) = 239+12+55=306 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.10% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 55 (21.88% from 255 or 17.97% from 306); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0C37 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0C37 is #10F3C8. Grayscale: #545454. Windows color (decimal): -1110985 or 3607791. OLE color: 3607791.

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

Color convert

RGB 239 12 55 -
CMYK 0 0.95 0.77 0.06
HSL 348.63º 0.9% 0.49% -
HSV(B) 348.63º 0.95% 0.94% -
XYZ 36.42 18.89 5.34 -
YUV 84.78 111.21 238 -
System Red Green Blue C M Y K H S L
Decimal 239 12 55 0 0.95 0.77 0.06 348.63 0.9 0.49
Hex EF C 37 0 5F 4D 6 15D 5A 31
Octal 357 14 67 0 137 115 6 535 132 61
Binary 11101111 1100 110111 0 1011111 1001101 110 101011101 1011010 110001

Color Harmonies of #EF0C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0C37

Black with #EF0C37

Text Example


Text Example

White with #EF0C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0C37; }

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

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

background-color css

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

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

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

border-color css

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

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

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