Html Css Color HEX #EC3522 Cinnabar

📋 copy color: '#EC3522'

red 236 ◦ green 53 ◦ blue 34

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

Shades of Cinnabar #EC3522

Tints of Cinnabar #EC3522

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.41%

 BLUE value IS 34 (13.67% from 255) = 10.53%

R = 73.07%
G = 16.41%
B = 10.53%

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

#EC3522 (or 0xEC3522) is known color: Cinnabar. HEX triplet: EC, 35 and 22. RGB value is (236,53,34). Sum of RGB (Red+Green+Blue) = 236+53+34=323 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.07% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 34 (13.67% from 255 or 10.53% from 323); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3522 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3522 is #13CADD. Grayscale: #696969. Windows color (decimal): -1297118 or 2242028. OLE color: 2242028.

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

Color convert

RGB 236 53 34 -
CMYK 0 0.78 0.86 0.07
HSL 5.64º 0.84% 0.53% -
HSV(B) 5.64º 0.86% 0.93% -
XYZ 36.15 20.49 3.56 -
YUV 105.55 87.63 221.04 -
System Red Green Blue C M Y K H S L
Decimal 236 53 34 0 0.78 0.86 0.07 5.64 0.84 0.53
Hex EC 35 22 0 4E 56 7 6 54 35
Octal 354 65 42 0 116 126 7 6 124 65
Binary 11101100 110101 100010 0 1001110 1010110 111 110 1010100 110101

Color Harmonies of #EC3522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3522

Black with #EC3522

Text Example


Text Example

White with #EC3522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3522; }

 p { color: rgb(236,53,34); }

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

background-color css

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

 a { background-color: rgb(236,53,34); }

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

border-color css

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

 span { border-color: rgb(236,53,34); }

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