Html Css Color HEX #EC3420 Cinnabar

📋 copy color: '#EC3420'

red 236 ◦ green 52 ◦ blue 32

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

Shades of Cinnabar #EC3420

Tints of Cinnabar #EC3420

RGB

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

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

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

R = 73.75%
G = 16.25%
B = 10%

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

#EC3420 (or 0xEC3420) is known color: Cinnabar. HEX triplet: EC, 34 and 20. RGB value is (236,52,32). Sum of RGB (Red+Green+Blue) = 236+52+32=320 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.75% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 32 (12.89% from 255 or 10% from 320); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3420 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3420 is #13CBDF. Grayscale: #686868. Windows color (decimal): -1297376 or 2110700. OLE color: 2110700.

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

Color convert

RGB 236 52 32 -
CMYK 0 0.78 0.86 0.07
HSL 5.88º 0.84% 0.53% -
HSV(B) 5.88º 0.86% 0.93% -
XYZ 36.08 20.39 3.4 -
YUV 104.74 86.96 221.63 -
System Red Green Blue C M Y K H S L
Decimal 236 52 32 0 0.78 0.86 0.07 5.88 0.84 0.53
Hex EC 34 20 0 4E 56 7 6 54 35
Octal 354 64 40 0 116 126 7 6 124 65
Binary 11101100 110100 100000 0 1001110 1010110 111 110 1010100 110101

Color Harmonies of #EC3420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3420

Black with #EC3420

Text Example


Text Example

White with #EC3420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3420; }

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

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

background-color css

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

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

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

border-color css

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

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

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