#ed3f21

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

Shades of Cinnabar #ED3F21

Tints of Cinnabar #ED3F21

Color information

#ED3F21 (or 0xED3F21) is unknown color: approx Cinnabar. HEX triplet: ED, 3F and 21. RGB value is (237,63,33). Sum of RGB (Red+Green+Blue) = 237+63+33=333 (44% of max value = 765). Red value is 237 (92.97% from 255 or 71.17% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3F21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3F21 is #12C0DE. Grayscale: #6F6F6F. Windows color (decimal): -1229023 or 2179053. OLE color: 2179053.

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

Color convert

RGB2376333-
CMYK00.730.860.07
HSL8.82º85%52.94%-
HSV(B)8.82º86.08%92.94%-
XYZ36.9821.673.67-
YUV111.6183.65217.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 71.17%
GREEN value IS 63 (25% from 255) = 18.92%
BLUE value IS 33 (13.28% from 255) = 9.91%
R=71.17%
G=18.92%
B=9.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237633300.730.860.078.828552.94
HexED3F2104956795535
Octal3557741011112671112565
Binary1110110111111110000101001001101011011110011010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed3f21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed3f21; }

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

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

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

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

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

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

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

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