Html Css Color HEX #EC3421 Cinnabar

📋 copy color: '#EC3421'

red 236 ◦ green 52 ◦ blue 33

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

Shades of Cinnabar #EC3421

Tints of Cinnabar #EC3421

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.2%

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

R = 73.52%
G = 16.2%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC3421 (or 0xEC3421) is known color: Cinnabar. HEX triplet: EC, 34 and 21. RGB value is (236,52,33). Sum of RGB (Red+Green+Blue) = 236+52+33=321 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.52% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 33 (13.28% from 255 or 10.28% from 321); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3421 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3421 is #13CBDE. Grayscale: #696969. Windows color (decimal): -1297375 or 2176236. OLE color: 2176236.

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

Color convert

RGB 236 52 33 -
CMYK 0 0.78 0.86 0.07
HSL 5.62º 0.84% 0.53% -
HSV(B) 5.62º 0.86% 0.93% -
XYZ 36.09 20.4 3.47 -
YUV 104.85 87.46 221.54 -
System Red Green Blue C M Y K H S L
Decimal 236 52 33 0 0.78 0.86 0.07 5.62 0.84 0.53
Hex EC 34 21 0 4E 56 7 6 54 35
Octal 354 64 41 0 116 126 7 6 124 65
Binary 11101100 110100 100001 0 1001110 1010110 111 110 1010100 110101

Color Harmonies of #EC3421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3421

Black with #EC3421

Text Example


Text Example

White with #EC3421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3421; }

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

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

background-color css

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

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

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

border-color css

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

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

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