#ED3A38

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

Shades of Cinnabar #ED3A38

Tints of Cinnabar #ED3A38

Color information

#ED3A38 (or 0xED3A38) is unknown color: approx Cinnabar. HEX triplet: ED, 3A and 38. RGB value is (237,58,56). Sum of RGB (Red+Green+Blue) = 237+58+56=351 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.52% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3A38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3A38 is #12C5C7. Grayscale: #6F6F6F. Windows color (decimal): -1230280 or 3685101. OLE color: 3685101.

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

Color convert

RGB2375856-
CMYK00.760.760.07
HSL0.66º83.41%57.45%-
HSV(B)0.66º76.37%92.94%-
XYZ37.1521.325.9-
YUV111.2996.8217.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 67.52%
GREEN value IS 58 (23.05% from 255) = 16.52%
BLUE value IS 56 (22.27% from 255) = 15.95%
R=67.52%
G=16.52%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237585600.760.760.070.6683.4157.45
HexED3A3804C4C715339
Octal355727001141147112371
Binary1110110111101011100001001100100110011111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3A38; }

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

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

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

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

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

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

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

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