Html Css Color HEX #EC2928 Cinnabar

📋 copy color: '#EC2928'

red 236 ◦ green 41 ◦ blue 40

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

Shades of Cinnabar #EC2928

Tints of Cinnabar #EC2928

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.93%

 BLUE value IS 40 (16.02% from 255) = 12.62%

R = 74.45%
G = 12.93%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC2928 (or 0xEC2928) is known color: Cinnabar. HEX triplet: EC, 29 and 28. RGB value is (236,41,40). Sum of RGB (Red+Green+Blue) = 236+41+40=317 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.45% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2928 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2928 is #13D6D7. Grayscale: #636363. Windows color (decimal): -1300184 or 2632172. OLE color: 2632172.

HSL color Cylindrical-coordinate representation of color #EC2928: hue angle of 0.31º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC2928 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 41 40 -
CMYK 0 0.83 0.83 0.07
HSL 0.31º 0.84% 0.54% -
HSV(B) 0.31º 0.83% 0.93% -
XYZ 35.77 19.57 3.9 -
YUV 99.19 94.6 225.58 -
System Red Green Blue C M Y K H S L
Decimal 236 41 40 0 0.83 0.83 0.07 0.31 0.84 0.54
Hex EC 29 28 0 53 53 7 0 54 36
Octal 354 51 50 0 123 123 7 0 124 66
Binary 11101100 101001 101000 0 1010011 1010011 111 0 1010100 110110

Color Harmonies of #EC2928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2928

Black with #EC2928

Text Example


Text Example

White with #EC2928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2928; }

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

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

background-color css

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

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

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

border-color css

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

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

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