Html Css Color HEX #EC0C21 Torch Red

📋 copy color: '#EC0C21'

red 236 ◦ green 12 ◦ blue 33

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

Shades of Torch Red #EC0C21

Tints of Torch Red #EC0C21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.74%

R = 83.99%
G = 4.27%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC0C21 (or 0xEC0C21) is known color: Torch Red. HEX triplet: EC, 0C and 21. RGB value is (236,12,33). Sum of RGB (Red+Green+Blue) = 236+12+33=281 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.99% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0C21 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0C21 is #13F3DE. Grayscale: #515151. Windows color (decimal): -1307615 or 2165996. OLE color: 2165996.

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

Color convert

RGB 236 12 33 -
CMYK 0 0.95 0.86 0.07
HSL 354.38º 0.9% 0.49% -
HSV(B) 354.38º 0.95% 0.93% -
XYZ 35 18.21 3.11 -
YUV 81.37 100.71 238.29 -
System Red Green Blue C M Y K H S L
Decimal 236 12 33 0 0.95 0.86 0.07 354.38 0.9 0.49
Hex EC C 21 0 5F 56 7 162 5A 31
Octal 354 14 41 0 137 126 7 542 132 61
Binary 11101100 1100 100001 0 1011111 1010110 111 101100010 1011010 110001

Color Harmonies of #EC0C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0C21

Black with #EC0C21

Text Example


Text Example

White with #EC0C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0C21; }

 p { color: rgb(236,12,33); }

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

background-color css

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

 a { background-color: rgb(236,12,33); }

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

border-color css

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

 span { border-color: rgb(236,12,33); }

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