#EC3223

Color #EC3223 Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #EC3223

Tints of Cinnabar #EC3223

Color information

#EC3223 (or 0xEC3223) is unknown color: approx Cinnabar. HEX triplet: EC, 32 and 23. RGB value is (236,50,35). Sum of RGB (Red+Green+Blue) = 236+50+35=321 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.52% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 35 (14.06% from 255 or 10.90% from 321); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3223 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3223 is #13CDDC. Grayscale: #686868. Windows color (decimal): -1297885 or 2306796. OLE color: 2306796.

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

Color convert

RGB2365035-
CMYK00.790.850.07
HSL4.48º84.1%53.14%-
HSV(B)4.48º85.17%92.55%-
XYZ36.0420.243.6-
YUV103.989.12222.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 73.52%
GREEN value IS 50 (19.92% from 255) = 15.58%
BLUE value IS 35 (14.06% from 255) = 10.90%
R=73.52%
G=15.58%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.85
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236503500.790.850.074.4884.153.14
HexEC322304F55745435
Octal354624301171257412465
Binary111011001100101000110100111110101011111001010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3223; }

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

 H1.HeaderClassName
 {
   color: #EC3223;
 }
 .AnyTagClassName
 {
   color: #EC3223;
 }
</style>
background-color css

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

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

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

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

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

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