Html Css Color HEX #EC3525 Cinnabar

📋 copy color: '#EC3525'

red 236 ◦ green 53 ◦ blue 37

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

Shades of Cinnabar #EC3525

Tints of Cinnabar #EC3525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.35%

R = 72.39%
G = 16.26%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EC3525 (or 0xEC3525) is known color: Cinnabar. HEX triplet: EC, 35 and 25. RGB value is (236,53,37). Sum of RGB (Red+Green+Blue) = 236+53+37=326 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.39% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 37 (14.84% from 255 or 11.35% from 326); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3525 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3525 is #13CADA. Grayscale: #6A6A6A. Windows color (decimal): -1297115 or 2438636. OLE color: 2438636.

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

Color convert

RGB 236 53 37 -
CMYK 0 0.78 0.84 0.07
HSL 4.82º 0.84% 0.54% -
HSV(B) 4.82º 0.84% 0.93% -
XYZ 36.2 20.51 3.8 -
YUV 105.89 89.13 220.8 -
System Red Green Blue C M Y K H S L
Decimal 236 53 37 0 0.78 0.84 0.07 4.82 0.84 0.54
Hex EC 35 25 0 4E 54 7 5 54 36
Octal 354 65 45 0 116 124 7 5 124 66
Binary 11101100 110101 100101 0 1001110 1010100 111 101 1010100 110110

Color Harmonies of #EC3525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3525

Black with #EC3525

Text Example


Text Example

White with #EC3525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3525; }

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

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

background-color css

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

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

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

border-color css

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

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

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