#ED2121

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

Shades of Scarlet #ED2121

Tints of Scarlet #ED2121

Color information

#ED2121 (or 0xED2121) is unknown color: approx Scarlet. HEX triplet: ED, 21 and 21. RGB value is (237,33,33). Sum of RGB (Red+Green+Blue) = 237+33+33=303 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.22% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 33 (13.28% from 255 or 10.89% from 303); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2121 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2121 is #12DEDE. Grayscale: #5E5E5E. Windows color (decimal): -1236703 or 2171373. OLE color: 2171373.

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

Color convert

RGB2373333-
CMYK00.860.860.07
HSL85%52.94%-
HSV(B)86.08%92.94%-
XYZ35.7419.23.26-
YUV9493.59230-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 78.22%
GREEN value IS 33 (13.28% from 255) = 10.89%
BLUE value IS 33 (13.28% from 255) = 10.89%
R=78.22%
G=10.89%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237333300.860.860.0708552.94
HexED212105656705535
Octal355414101261267012565
Binary1110110110000110000101010110101011011101010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2121; }

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

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

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

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

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

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

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

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