Html Css Color HEX #EC3529 Cinnabar

📋 copy color: '#EC3529'

red 236 ◦ green 53 ◦ blue 41

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

Shades of Cinnabar #EC3529

Tints of Cinnabar #EC3529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.42%

R = 71.52%
G = 16.06%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC3529 (or 0xEC3529) is known color: Cinnabar. HEX triplet: EC, 35 and 29. RGB value is (236,53,41). Sum of RGB (Red+Green+Blue) = 236+53+41=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 41 (16.41% from 255 or 12.42% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3529 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3529 is #13CAD6. Grayscale: #6A6A6A. Windows color (decimal): -1297111 or 2700780. OLE color: 2700780.

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

Color convert

RGB 236 53 41 -
CMYK 0 0.78 0.83 0.07
HSL 3.69º 0.84% 0.54% -
HSV(B) 3.69º 0.83% 0.93% -
XYZ 36.27 20.54 4.15 -
YUV 106.35 91.13 220.48 -
System Red Green Blue C M Y K H S L
Decimal 236 53 41 0 0.78 0.83 0.07 3.69 0.84 0.54
Hex EC 35 29 0 4E 53 7 4 54 36
Octal 354 65 51 0 116 123 7 4 124 66
Binary 11101100 110101 101001 0 1001110 1010011 111 100 1010100 110110

Color Harmonies of #EC3529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3529

Black with #EC3529

Text Example


Text Example

White with #EC3529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3529; }

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

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

background-color css

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

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

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

border-color css

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

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

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