#ed2821

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

Shades of Cinnabar #ED2821

Tints of Cinnabar #ED2821

Color information

#ED2821 (or 0xED2821) is unknown color: approx Cinnabar. HEX triplet: ED, 28 and 21. RGB value is (237,40,33). Sum of RGB (Red+Green+Blue) = 237+40+33=310 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.45% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2821 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2821 is #12D7DE. Grayscale: #626262. Windows color (decimal): -1234911 or 2173165. OLE color: 2173165.

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

Color convert

RGB2374033-
CMYK00.830.860.07
HSL2.06º85%52.94%-
HSV(B)2.06º86.08%92.94%-
XYZ35.9619.633.33-
YUV98.191.27227.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 76.45%
GREEN value IS 40 (16.02% from 255) = 12.90%
BLUE value IS 33 (13.28% from 255) = 10.65%
R=76.45%
G=12.90%
B=10.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237403300.830.860.072.068552.94
HexED282105356725535
Octal355504101231267212565
Binary11101101101000100001010100111010110111101010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed2821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed2821; }

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

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

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

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

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

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

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

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