Html Css Color HEX #EC3524 Cinnabar

📋 copy color: '#EC3524'

red 236 ◦ green 53 ◦ blue 36

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

Shades of Cinnabar #EC3524

Tints of Cinnabar #EC3524

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.31%

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

R = 72.62%
G = 16.31%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EC3524 (or 0xEC3524) is known color: Cinnabar. HEX triplet: EC, 35 and 24. RGB value is (236,53,36). Sum of RGB (Red+Green+Blue) = 236+53+36=325 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.62% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 36 (14.45% from 255 or 11.08% from 325); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3524 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3524 is #13CADB. Grayscale: #6A6A6A. Windows color (decimal): -1297116 or 2373100. OLE color: 2373100.

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

Color convert

RGB 236 53 36 -
CMYK 0 0.78 0.85 0.07
HSL 5.1º 0.84% 0.53% -
HSV(B) 5.1º 0.85% 0.93% -
XYZ 36.18 20.51 3.72 -
YUV 105.78 88.63 220.88 -
System Red Green Blue C M Y K H S L
Decimal 236 53 36 0 0.78 0.85 0.07 5.1 0.84 0.53
Hex EC 35 24 0 4E 55 7 5 54 35
Octal 354 65 44 0 116 125 7 5 124 65
Binary 11101100 110101 100100 0 1001110 1010101 111 101 1010100 110101

Color Harmonies of #EC3524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3524

Black with #EC3524

Text Example


Text Example

White with #EC3524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3524; }

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

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

background-color css

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

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

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

border-color css

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

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

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