#ED3C39

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

Shades of Cinnabar #ED3C39

Tints of Cinnabar #ED3C39

Color information

#ED3C39 (or 0xED3C39) is unknown color: approx Cinnabar. HEX triplet: ED, 3C and 39. RGB value is (237,60,57). Sum of RGB (Red+Green+Blue) = 237+60+57=354 (46% of max value = 765). Red value is 237 (92.97% from 255 or 66.95% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 57 (22.66% from 255 or 16.10% from 354); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3C39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3C39 is #12C3C6. Grayscale: #707070. Windows color (decimal): -1229767 or 3751149. OLE color: 3751149.

HSL color Cylindrical-coordinate representation of color #ED3C39: hue angle of 1º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED3C39 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB2376057-
CMYK00.750.760.07
HSL83.33%57.65%-
HSV(B)75.95%92.94%-
XYZ37.2821.536.06-
YUV112.5896.64216.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 66.95%
GREEN value IS 60 (23.83% from 255) = 16.95%
BLUE value IS 57 (22.66% from 255) = 16.10%
R=66.95%
G=16.95%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237605700.750.760.07183.3357.65
HexED3C3904B4C71533a
Octal355747101131147112372
Binary1110110111110011100101001011100110011111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3C39; }

 p { color: rgb(237,60,57); }

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

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

 a { background-color: rgb(237,60,57); }

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

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

 span { border-color: rgb(237,60,57); }

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