Html Css Color HEX #EC3424 Cinnabar

📋 copy color: '#EC3424'

red 236 ◦ green 52 ◦ blue 36

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

Shades of Cinnabar #EC3424

Tints of Cinnabar #EC3424

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.05%

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

R = 72.84%
G = 16.05%
B = 11.11%

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

#EC3424 (or 0xEC3424) is known color: Cinnabar. HEX triplet: EC, 34 and 24. RGB value is (236,52,36). Sum of RGB (Red+Green+Blue) = 236+52+36=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 36 (14.45% from 255 or 11.11% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3424 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3424 is #13CBDB. Grayscale: #696969. Windows color (decimal): -1297372 or 2372844. OLE color: 2372844.

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

Color convert

RGB 236 52 36 -
CMYK 0 0.78 0.85 0.07
HSL 4.8º 0.84% 0.53% -
HSV(B) 4.8º 0.85% 0.93% -
XYZ 36.14 20.42 3.71 -
YUV 105.19 88.96 221.3 -
System Red Green Blue C M Y K H S L
Decimal 236 52 36 0 0.78 0.85 0.07 4.8 0.84 0.53
Hex EC 34 24 0 4E 55 7 5 54 35
Octal 354 64 44 0 116 125 7 5 124 65
Binary 11101100 110100 100100 0 1001110 1010101 111 101 1010100 110101

Color Harmonies of #EC3424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3424

Black with #EC3424

Text Example


Text Example

White with #EC3424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3424; }

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

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

background-color css

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

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

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

border-color css

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

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

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