Html Css Color HEX #EC2420 Cinnabar

📋 copy color: '#EC2420'

red 236 ◦ green 36 ◦ blue 32

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

Shades of Cinnabar #EC2420

Tints of Cinnabar #EC2420

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.84%

 BLUE value IS 32 (12.89% from 255) = 10.53%

R = 77.63%
G = 11.84%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC2420 (or 0xEC2420) is known color: Cinnabar. HEX triplet: EC, 24 and 20. RGB value is (236,36,32). Sum of RGB (Red+Green+Blue) = 236+36+32=304 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.63% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2420 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2420 is #13DBDF. Grayscale: #5F5F5F. Windows color (decimal): -1301472 or 2106604. OLE color: 2106604.

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

Color convert

RGB 236 36 32 -
CMYK 0 0.85 0.86 0.07
HSL 1.18º 0.84% 0.53% -
HSV(B) 1.18º 0.86% 0.93% -
XYZ 35.48 19.2 3.2 -
YUV 95.34 92.26 228.33 -
System Red Green Blue C M Y K H S L
Decimal 236 36 32 0 0.85 0.86 0.07 1.18 0.84 0.53
Hex EC 24 20 0 55 56 7 1 54 35
Octal 354 44 40 0 125 126 7 1 124 65
Binary 11101100 100100 100000 0 1010101 1010110 111 1 1010100 110101

Color Harmonies of #EC2420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2420

Black with #EC2420

Text Example


Text Example

White with #EC2420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2420; }

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

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

background-color css

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

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

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

border-color css

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

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

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