#ed210d

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

Shades of Scarlet #ED210D

Tints of Scarlet #ED210D

Color information

#ED210D (or 0xED210D) is unknown color: approx Scarlet. HEX triplet: ED, 21 and 0D. RGB value is (237,33,13). Sum of RGB (Red+Green+Blue) = 237+33+13=283 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.75% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 237 - color contains mainly: red. Hex color #ED210D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED210D is #12DEF2. Grayscale: #5C5C5C. Windows color (decimal): -1236723 or 860653. OLE color: 860653.

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

Color convert

RGB2373313-
CMYK00.860.950.07
HSL5.36º89.6%49.02%-
HSV(B)5.36º94.51%92.94%-
XYZ35.5419.122.2-
YUV91.7283.59231.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 83.75%
GREEN value IS 33 (13.28% from 255) = 11.66%
BLUE value IS 13 (5.47% from 255) = 4.59%
R=83.75%
G=11.66%
B=4.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.95
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237331300.860.950.075.3689.649.02
HexED21D0565F755a31
Octal355411501261377513261
Binary1110110110000111010101011010111111111011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed210d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed210d; }

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

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

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

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

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

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

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

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