Html Css Color HEX #EC3523 Cinnabar

📋 copy color: '#EC3523'

red 236 ◦ green 53 ◦ blue 35

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

Shades of Cinnabar #EC3523

Tints of Cinnabar #EC3523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.8%

R = 72.84%
G = 16.36%
B = 10.8%

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

#EC3523 (or 0xEC3523) is known color: Cinnabar. HEX triplet: EC, 35 and 23. RGB value is (236,53,35). Sum of RGB (Red+Green+Blue) = 236+53+35=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 35 (14.06% from 255 or 10.80% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3523 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3523 is #13CADC. Grayscale: #696969. Windows color (decimal): -1297117 or 2307564. OLE color: 2307564.

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

Color convert

RGB 236 53 35 -
CMYK 0 0.78 0.85 0.07
HSL 5.37º 0.84% 0.53% -
HSV(B) 5.37º 0.85% 0.93% -
XYZ 36.17 20.5 3.64 -
YUV 105.67 88.13 220.96 -
System Red Green Blue C M Y K H S L
Decimal 236 53 35 0 0.78 0.85 0.07 5.37 0.84 0.53
Hex EC 35 23 0 4E 55 7 5 54 35
Octal 354 65 43 0 116 125 7 5 124 65
Binary 11101100 110101 100011 0 1001110 1010101 111 101 1010100 110101

Color Harmonies of #EC3523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3523

Black with #EC3523

Text Example


Text Example

White with #EC3523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3523; }

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

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

background-color css

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

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

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

border-color css

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

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

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