#ED3C38

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

Shades of Cinnabar #ED3C38

Tints of Cinnabar #ED3C38

Color information

#ED3C38 (or 0xED3C38) is unknown color: approx Cinnabar. HEX triplet: ED, 3C and 38. RGB value is (237,60,56). Sum of RGB (Red+Green+Blue) = 237+60+56=353 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.14% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3C38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3C38 is #12C3C7. Grayscale: #707070. Windows color (decimal): -1229768 or 3685613. OLE color: 3685613.

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

Color convert

RGB2376056-
CMYK00.750.760.07
HSL1.33º83.41%57.45%-
HSV(B)1.33º76.37%92.94%-
XYZ37.2521.525.93-
YUV112.4796.14216.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 67.14%
GREEN value IS 60 (23.83% from 255) = 17.00%
BLUE value IS 56 (22.27% from 255) = 15.86%
R=67.14%
G=17.00%
B=15.86%

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
Decimal237605600.750.760.071.3383.4157.45
HexED3C3804B4C715339
Octal355747001131147112371
Binary1110110111110011100001001011100110011111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3C38; }

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

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

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

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

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

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

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

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