Html Css Color HEX #EC3520 Cinnabar

📋 copy color: '#EC3520'

red 236 ◦ green 53 ◦ blue 32

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

Shades of Cinnabar #EC3520

Tints of Cinnabar #EC3520

RGB

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

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

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

R = 73.52%
G = 16.51%
B = 9.97%

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

#EC3520 (or 0xEC3520) is known color: Cinnabar. HEX triplet: EC, 35 and 20. RGB value is (236,53,32). Sum of RGB (Red+Green+Blue) = 236+53+32=321 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.52% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 32 (12.89% from 255 or 9.97% from 321); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3520 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3520 is #13CADF. Grayscale: #696969. Windows color (decimal): -1297120 or 2110956. OLE color: 2110956.

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

Color convert

RGB 236 53 32 -
CMYK 0 0.78 0.86 0.07
HSL 6.18º 0.84% 0.53% -
HSV(B) 6.18º 0.86% 0.93% -
XYZ 36.13 20.48 3.42 -
YUV 105.32 86.63 221.21 -
System Red Green Blue C M Y K H S L
Decimal 236 53 32 0 0.78 0.86 0.07 6.18 0.84 0.53
Hex EC 35 20 0 4E 56 7 6 54 35
Octal 354 65 40 0 116 126 7 6 124 65
Binary 11101100 110101 100000 0 1001110 1010110 111 110 1010100 110101

Color Harmonies of #EC3520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3520

Black with #EC3520

Text Example


Text Example

White with #EC3520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3520; }

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

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

background-color css

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

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

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

border-color css

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

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

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