#ED2B21

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

Shades of Cinnabar #ED2B21

Tints of Cinnabar #ED2B21

Color information

#ED2B21 (or 0xED2B21) is unknown color: approx Cinnabar. HEX triplet: ED, 2B and 21. RGB value is (237,43,33). Sum of RGB (Red+Green+Blue) = 237+43+33=313 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.72% from 313); Green value is 43 (17.19% from 255 or 13.74% from 313); Blue value is 33 (13.28% from 255 or 10.54% from 313); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2B21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2B21 is #12D4DE. Grayscale: #646464. Windows color (decimal): -1234143 or 2173933. OLE color: 2173933.

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

Color convert

RGB2374333-
CMYK00.820.860.07
HSL2.94º85%52.94%-
HSV(B)2.94º86.08%92.94%-
XYZ36.0619.843.37-
YUV99.8790.27225.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 75.72%
GREEN value IS 43 (17.19% from 255) = 13.74%
BLUE value IS 33 (13.28% from 255) = 10.54%
R=75.72%
G=13.74%
B=10.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237433300.820.860.072.948552.94
HexED2B2105256735535
Octal355534101221267312565
Binary11101101101011100001010100101010110111111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2B21; }

 p { color: rgb(237,43,33); }

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

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

 a { background-color: rgb(237,43,33); }

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

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

 span { border-color: rgb(237,43,33); }

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