Html Css Color HEX #EC2421 Cinnabar

📋 copy color: '#EC2421'

red 236 ◦ green 36 ◦ blue 33

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

Shades of Cinnabar #EC2421

Tints of Cinnabar #EC2421

RGB

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

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

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

R = 77.38%
G = 11.8%
B = 10.82%

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

#EC2421 (or 0xEC2421) is known color: Cinnabar. HEX triplet: EC, 24 and 21. RGB value is (236,36,33). Sum of RGB (Red+Green+Blue) = 236+36+33=305 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.38% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2421 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2421 is #13DBDE. Grayscale: #5F5F5F. Windows color (decimal): -1301471 or 2172140. OLE color: 2172140.

HSL color Cylindrical-coordinate representation of color #EC2421: hue angle of 0.89º 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 #EC2421 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 36 33 -
CMYK 0 0.85 0.86 0.07
HSL 0.89º 0.84% 0.53% -
HSV(B) 0.89º 0.86% 0.93% -
XYZ 35.5 19.2 3.27 -
YUV 95.46 92.76 228.24 -
System Red Green Blue C M Y K H S L
Decimal 236 36 33 0 0.85 0.86 0.07 0.89 0.84 0.53
Hex EC 24 21 0 55 56 7 1 54 35
Octal 354 44 41 0 125 126 7 1 124 65
Binary 11101100 100100 100001 0 1010101 1010110 111 1 1010100 110101

Color Harmonies of #EC2421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2421

Black with #EC2421

Text Example


Text Example

White with #EC2421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2421; }

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

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

background-color css

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

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

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

border-color css

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

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

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