#EC3630

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

Shades of Cinnabar #EC3630

Tints of Cinnabar #EC3630

Color information

#EC3630 (or 0xEC3630) is unknown color: approx Cinnabar. HEX triplet: EC, 36 and 30. RGB value is (236,54,48). Sum of RGB (Red+Green+Blue) = 236+54+48=338 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.82% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3630 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3630 is #13C9CF. Grayscale: #6B6B6B. Windows color (decimal): -1296848 or 3159788. OLE color: 3159788.

HSL color Cylindrical-coordinate representation of color #EC3630: hue angle of 1.91º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC3630 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB2365448-
CMYK00.770.800.07
HSL1.91º83.19%55.69%-
HSV(B)1.91º79.66%92.55%-
XYZ36.4420.684.87-
YUV107.7394.3219.49-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 69.82%
GREEN value IS 54 (21.48% from 255) = 15.98%
BLUE value IS 48 (19.14% from 255) = 14.20%
R=69.82%
G=15.98%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.80
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236544800.770.800.071.9183.1955.69
HexEC363004D50725338
Octal354666001151207212370
Binary11101100110110110000010011011010000111101010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3630; }

 p { color: rgb(236,54,48); }

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

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

 a { background-color: rgb(236,54,48); }

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

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

 span { border-color: rgb(236,54,48); }

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