#ED3B38

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

Shades of Cinnabar #ED3B38

Tints of Cinnabar #ED3B38

Color information

#ED3B38 (or 0xED3B38) is unknown color: approx Cinnabar. HEX triplet: ED, 3B and 38. RGB value is (237,59,56). Sum of RGB (Red+Green+Blue) = 237+59+56=352 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.33% from 352); Green value is 59 (23.44% from 255 or 16.76% from 352); Blue value is 56 (22.27% from 255 or 15.91% from 352); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3B38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3B38 is #12C4C7. Grayscale: #707070. Windows color (decimal): -1230024 or 3685357. OLE color: 3685357.

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

Color convert

RGB2375956-
CMYK00.750.760.07
HSL0.99º83.41%57.45%-
HSV(B)0.99º76.37%92.94%-
XYZ37.221.425.91-
YUV111.8896.47217.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 67.33%
GREEN value IS 59 (23.44% from 255) = 16.76%
BLUE value IS 56 (22.27% from 255) = 15.91%
R=67.33%
G=16.76%
B=15.91%

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
Decimal237595600.750.760.070.9983.4157.45
HexED3B3804B4C715339
Octal355737001131147112371
Binary1110110111101111100001001011100110011111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3B38; }

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

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

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

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

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

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

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

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