#ed210f

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

Shades of Scarlet #ED210F

Tints of Scarlet #ED210F

Color information

#ED210F (or 0xED210F) is unknown color: approx Scarlet. HEX triplet: ED, 21 and 0F. RGB value is (237,33,15). Sum of RGB (Red+Green+Blue) = 237+33+15=285 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.16% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 237 - color contains mainly: red. Hex color #ED210F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED210F is #12DEF0. Grayscale: #5C5C5C. Windows color (decimal): -1236721 or 991725. OLE color: 991725.

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

Color convert

RGB2373315-
CMYK00.860.940.07
HSL4.86º88.1%49.41%-
HSV(B)4.86º93.67%92.94%-
XYZ35.5619.132.27-
YUV91.9484.59231.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 83.16%
GREEN value IS 33 (13.28% from 255) = 11.58%
BLUE value IS 15 (6.25% from 255) = 5.26%
R=83.16%
G=11.58%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237331500.860.940.074.8688.149.41
HexED21F0565E755831
Octal355411701261367513061
Binary1110110110000111110101011010111101111011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed210f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed210f; }

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

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

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

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

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

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

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

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