#ED2421

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

Shades of Cinnabar #ED2421

Tints of Cinnabar #ED2421

Color information

#ED2421 (or 0xED2421) is unknown color: approx Cinnabar. HEX triplet: ED, 24 and 21. RGB value is (237,36,33). Sum of RGB (Red+Green+Blue) = 237+36+33=306 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.45% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2421 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2421 is #12DBDE. Grayscale: #5F5F5F. Windows color (decimal): -1235935 or 2172141. OLE color: 2172141.

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

Color convert

RGB2373633-
CMYK00.850.860.07
HSL0.88º85%52.94%-
HSV(B)0.88º86.08%92.94%-
XYZ35.8319.383.29-
YUV95.7692.59228.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 77.45%
GREEN value IS 36 (14.45% from 255) = 11.76%
BLUE value IS 33 (13.28% from 255) = 10.78%
R=77.45%
G=11.76%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237363300.850.860.070.888552.94
HexED242105556715535
Octal355444101251267112565
Binary1110110110010010000101010101101011011111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2421; }

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

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

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

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

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

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

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

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