Html Css Color HEX #EC2820 Cinnabar

📋 copy color: '#EC2820'

red 236 ◦ green 40 ◦ blue 32

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

Shades of Cinnabar #EC2820

Tints of Cinnabar #EC2820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.99%

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

R = 76.62%
G = 12.99%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC2820 (or 0xEC2820) is known color: Cinnabar. HEX triplet: EC, 28 and 20. RGB value is (236,40,32). Sum of RGB (Red+Green+Blue) = 236+40+32=308 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.62% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2820 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2820 is #13D7DF. Grayscale: #616161. Windows color (decimal): -1300448 or 2107628. OLE color: 2107628.

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

Color convert

RGB 236 40 32 -
CMYK 0 0.83 0.86 0.07
HSL 2.35º 0.84% 0.53% -
HSV(B) 2.35º 0.86% 0.93% -
XYZ 35.61 19.45 3.24 -
YUV 97.69 90.93 226.65 -
System Red Green Blue C M Y K H S L
Decimal 236 40 32 0 0.83 0.86 0.07 2.35 0.84 0.53
Hex EC 28 20 0 53 56 7 2 54 35
Octal 354 50 40 0 123 126 7 2 124 65
Binary 11101100 101000 100000 0 1010011 1010110 111 10 1010100 110101

Color Harmonies of #EC2820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2820

Black with #EC2820

Text Example


Text Example

White with #EC2820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2820; }

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

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

background-color css

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

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

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

border-color css

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

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

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