#ED2A28

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

Shades of Cinnabar #ED2A28

Tints of Cinnabar #ED2A28

Color information

#ED2A28 (or 0xED2A28) is unknown color: approx Cinnabar. HEX triplet: ED, 2A and 28. RGB value is (237,42,40). Sum of RGB (Red+Green+Blue) = 237+42+40=319 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.29% from 319); Green value is 42 (16.80% from 255 or 13.17% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2A28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2A28 is #12D5D7. Grayscale: #646464. Windows color (decimal): -1234392 or 2632429. OLE color: 2632429.

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

Color convert

RGB2374240-
CMYK00.820.830.07
HSL0.61º84.55%54.31%-
HSV(B)0.61º83.12%92.94%-
XYZ36.1419.813.93-
YUV100.0894.1225.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 74.29%
GREEN value IS 42 (16.80% from 255) = 13.17%
BLUE value IS 40 (16.02% from 255) = 12.54%
R=74.29%
G=13.17%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237424000.820.830.070.6184.5554.31
HexED2A2805253715536
Octal355525001221237112566
Binary1110110110101010100001010010101001111111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2A28; }

 p { color: rgb(237,42,40); }

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

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

 a { background-color: rgb(237,42,40); }

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

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

 span { border-color: rgb(237,42,40); }

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