Html Css Color HEX #EC3518 Cinnabar

📋 copy color: '#EC3518'

red 236 ◦ green 53 ◦ blue 24

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

Shades of Cinnabar #EC3518

Tints of Cinnabar #EC3518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.67%

R = 75.4%
G = 16.93%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC3518 (or 0xEC3518) is known color: Cinnabar. HEX triplet: EC, 35 and 18. RGB value is (236,53,24). Sum of RGB (Red+Green+Blue) = 236+53+24=313 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.40% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 24 (9.77% from 255 or 7.67% from 313); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3518 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3518 is #13CAE7. Grayscale: #686868. Windows color (decimal): -1297128 or 1586668. OLE color: 1586668.

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

Color convert

RGB 236 53 24 -
CMYK 0 0.78 0.90 0.07
HSL 8.21º 0.85% 0.51% -
HSV(B) 8.21º 0.9% 0.93% -
XYZ 36.03 20.45 2.91 -
YUV 104.41 82.63 221.86 -
System Red Green Blue C M Y K H S L
Decimal 236 53 24 0 0.78 0.90 0.07 8.21 0.85 0.51
Hex EC 35 18 0 4E 5A 7 8 55 33
Octal 354 65 30 0 116 132 7 10 125 63
Binary 11101100 110101 11000 0 1001110 1011010 111 1000 1010101 110011

Color Harmonies of #EC3518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3518

Black with #EC3518

Text Example


Text Example

White with #EC3518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3518; }

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

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

background-color css

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

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

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

border-color css

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

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

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