Html Css Color HEX #EC3318 Cinnabar

📋 copy color: '#EC3318'

red 236 ◦ green 51 ◦ blue 24

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

Shades of Cinnabar #EC3318

Tints of Cinnabar #EC3318

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.4%

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

R = 75.88%
G = 16.4%
B = 7.72%

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

#EC3318 (or 0xEC3318) is known color: Cinnabar. HEX triplet: EC, 33 and 18. RGB value is (236,51,24). Sum of RGB (Red+Green+Blue) = 236+51+24=311 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.88% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 24 (9.77% from 255 or 7.72% from 311); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3318 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3318 is #13CCE7. Grayscale: #676767. Windows color (decimal): -1297640 or 1586156. OLE color: 1586156.

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

Color convert

RGB 236 51 24 -
CMYK 0 0.78 0.90 0.07
HSL 7.64º 0.85% 0.51% -
HSV(B) 7.64º 0.9% 0.93% -
XYZ 35.94 20.27 2.88 -
YUV 103.24 83.29 222.7 -
System Red Green Blue C M Y K H S L
Decimal 236 51 24 0 0.78 0.90 0.07 7.64 0.85 0.51
Hex EC 33 18 0 4E 5A 7 8 55 33
Octal 354 63 30 0 116 132 7 10 125 63
Binary 11101100 110011 11000 0 1001110 1011010 111 1000 1010101 110011

Color Harmonies of #EC3318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3318

Black with #EC3318

Text Example


Text Example

White with #EC3318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3318; }

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

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

background-color css

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

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

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

border-color css

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

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

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