Html Css Color HEX #EC2828 Cinnabar

📋 copy color: '#EC2828'

red 236 ◦ green 40 ◦ blue 40

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

Shades of Cinnabar #EC2828

Tints of Cinnabar #EC2828

RGB

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

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

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

R = 74.68%
G = 12.66%
B = 12.66%

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

#EC2828 (or 0xEC2828) is known color: Cinnabar. HEX triplet: EC, 28 and 28. RGB value is (236,40,40). Sum of RGB (Red+Green+Blue) = 236+40+40=316 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.68% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2828 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2828 is #13D7D7. Grayscale: #626262. Windows color (decimal): -1300440 or 2631916. OLE color: 2631916.

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

Color convert

RGB 236 40 40 -
CMYK 0 0.83 0.83 0.07
HSL 0.84% 0.54% -
HSV(B) 0.83% 0.93% -
XYZ 35.73 19.5 3.89 -
YUV 98.6 94.93 226 -
System Red Green Blue C M Y K H S L
Decimal 236 40 40 0 0.83 0.83 0.07 0 0.84 0.54
Hex EC 28 28 0 53 53 7 0 54 36
Octal 354 50 50 0 123 123 7 0 124 66
Binary 11101100 101000 101000 0 1010011 1010011 111 0 1010100 110110

Color Harmonies of #EC2828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2828

Black with #EC2828

Text Example


Text Example

White with #EC2828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2828; }

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

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

background-color css

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

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

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

border-color css

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

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

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