Html Css Color HEX #EC0A24 Torch Red

📋 copy color: '#EC0A24'

red 236 ◦ green 10 ◦ blue 36

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

Shades of Torch Red #EC0A24

Tints of Torch Red #EC0A24

RGB

 RED value IS 236 (92.58% from 255) = 83.69%

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

 BLUE value IS 36 (14.45% from 255) = 12.77%

R = 83.69%
G = 3.55%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EC0A24 (or 0xEC0A24) is known color: Torch Red. HEX triplet: EC, 0A and 24. RGB value is (236,10,36). Sum of RGB (Red+Green+Blue) = 236+10+36=282 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.69% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 36 (14.45% from 255 or 12.77% from 282); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0A24 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0A24 is #13F5DB. Grayscale: #505050. Windows color (decimal): -1308124 or 2362092. OLE color: 2362092.

HSL color Cylindrical-coordinate representation of color #EC0A24: hue angle of 353.1º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC0A24 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 10 36 -
CMYK 0 0.96 0.85 0.07
HSL 353.1º 0.92% 0.48% -
HSV(B) 353.1º 0.96% 0.93% -
XYZ 35.02 18.18 3.33 -
YUV 80.54 102.87 238.89 -
System Red Green Blue C M Y K H S L
Decimal 236 10 36 0 0.96 0.85 0.07 353.1 0.92 0.48
Hex EC A 24 0 60 55 7 161 5C 30
Octal 354 12 44 0 140 125 7 541 134 60
Binary 11101100 1010 100100 0 1100000 1010101 111 101100001 1011100 110000

Color Harmonies of #EC0A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0A24

Black with #EC0A24

Text Example


Text Example

White with #EC0A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0A24; }

 p { color: rgb(236,10,36); }

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

background-color css

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

 a { background-color: rgb(236,10,36); }

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

border-color css

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

 span { border-color: rgb(236,10,36); }

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