Html Css Color HEX #EC2824 Cinnabar

📋 copy color: '#EC2824'

red 236 ◦ green 40 ◦ blue 36

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

Shades of Cinnabar #EC2824

Tints of Cinnabar #EC2824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.54%

R = 75.64%
G = 12.82%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EC2824 (or 0xEC2824) is known color: Cinnabar. HEX triplet: EC, 28 and 24. RGB value is (236,40,36). Sum of RGB (Red+Green+Blue) = 236+40+36=312 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.64% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 36 (14.45% from 255 or 11.54% from 312); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2824 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2824 is #13D7DB. Grayscale: #626262. Windows color (decimal): -1300444 or 2369772. OLE color: 2369772.

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

Color convert

RGB 236 40 36 -
CMYK 0 0.83 0.85 0.07
HSL 1.2º 0.84% 0.53% -
HSV(B) 1.2º 0.85% 0.93% -
XYZ 35.67 19.48 3.55 -
YUV 98.15 92.93 226.33 -
System Red Green Blue C M Y K H S L
Decimal 236 40 36 0 0.83 0.85 0.07 1.2 0.84 0.53
Hex EC 28 24 0 53 55 7 1 54 35
Octal 354 50 44 0 123 125 7 1 124 65
Binary 11101100 101000 100100 0 1010011 1010101 111 1 1010100 110101

Color Harmonies of #EC2824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2824

Black with #EC2824

Text Example


Text Example

White with #EC2824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2824; }

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

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

background-color css

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

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

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

border-color css

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

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

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