#ED320F

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

Shades of Scarlet #ED320F

Tints of Scarlet #ED320F

Color information

#ED320F (or 0xED320F) is unknown color: approx Scarlet. HEX triplet: ED, 32 and 0F. RGB value is (237,50,15). Sum of RGB (Red+Green+Blue) = 237+50+15=302 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.48% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 237 - color contains mainly: red. Hex color #ED320F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED320F is #12CDF0. Grayscale: #666666. Windows color (decimal): -1232369 or 996077. OLE color: 996077.

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

Color convert

RGB2375015-
CMYK00.790.940.07
HSL9.46º88.1%49.41%-
HSV(B)9.46º93.67%92.94%-
XYZ36.1520.322.47-
YUV101.9278.95224.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 78.48%
GREEN value IS 50 (19.92% from 255) = 16.56%
BLUE value IS 15 (6.25% from 255) = 4.97%
R=78.48%
G=16.56%
B=4.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237501500.790.940.079.4688.149.41
HexED32F04F5E795831
Octal3556217011713671113061
Binary11101101110010111101001111101111011110011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED320F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED320F; }

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

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

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

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

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

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

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

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