Html Css Color HEX #EC3620 Cinnabar

📋 copy color: '#EC3620'

red 236 ◦ green 54 ◦ blue 32

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

Shades of Cinnabar #EC3620

Tints of Cinnabar #EC3620

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.77%

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

R = 73.29%
G = 16.77%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC3620 (or 0xEC3620) is known color: Cinnabar. HEX triplet: EC, 36 and 20. RGB value is (236,54,32). Sum of RGB (Red+Green+Blue) = 236+54+32=322 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.29% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3620 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3620 is #13C9DF. Grayscale: #6A6A6A. Windows color (decimal): -1296864 or 2111212. OLE color: 2111212.

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

Color convert

RGB 236 54 32 -
CMYK 0 0.77 0.86 0.07
HSL 6.47º 0.84% 0.53% -
HSV(B) 6.47º 0.86% 0.93% -
XYZ 36.17 20.58 3.43 -
YUV 105.91 86.3 220.79 -
System Red Green Blue C M Y K H S L
Decimal 236 54 32 0 0.77 0.86 0.07 6.47 0.84 0.53
Hex EC 36 20 0 4D 56 7 6 54 35
Octal 354 66 40 0 115 126 7 6 124 65
Binary 11101100 110110 100000 0 1001101 1010110 111 110 1010100 110101

Color Harmonies of #EC3620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3620

Black with #EC3620

Text Example


Text Example

White with #EC3620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3620; }

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

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

background-color css

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

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

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

border-color css

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

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

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