Html Css Color HEX #EF0C35 Torch Red

📋 copy color: '#EF0C35'

red 239 ◦ green 12 ◦ blue 53

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

Shades of Torch Red #EF0C35

Tints of Torch Red #EF0C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.43%

R = 78.62%
G = 3.95%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EF0C35 (or 0xEF0C35) is known color: Torch Red. HEX triplet: EF, 0C and 35. RGB value is (239,12,53). Sum of RGB (Red+Green+Blue) = 239+12+53=304 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.62% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0C35 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0C35 is #10F3CA. Grayscale: #545454. Windows color (decimal): -1110987 or 3476719. OLE color: 3476719.

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

Color convert

RGB 239 12 53 -
CMYK 0 0.95 0.78 0.06
HSL 349.16º 0.9% 0.49% -
HSV(B) 349.16º 0.95% 0.94% -
XYZ 36.37 18.87 5.09 -
YUV 84.55 110.21 238.17 -
System Red Green Blue C M Y K H S L
Decimal 239 12 53 0 0.95 0.78 0.06 349.16 0.9 0.49
Hex EF C 35 0 5F 4E 6 15D 5A 31
Octal 357 14 65 0 137 116 6 535 132 61
Binary 11101111 1100 110101 0 1011111 1001110 110 101011101 1011010 110001

Color Harmonies of #EF0C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0C35

Black with #EF0C35

Text Example


Text Example

White with #EF0C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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