#ED3F0F

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

Shades of Orange Red #ED3F0F

Tints of Orange Red #ED3F0F

Color information

#ED3F0F (or 0xED3F0F) is unknown color: approx Orange Red. HEX triplet: ED, 3F and 0F. RGB value is (237,63,15). Sum of RGB (Red+Green+Blue) = 237+63+15=315 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.24% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3F0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3F0F is #12C0F0. Grayscale: #6D6D6D. Windows color (decimal): -1229041 or 999405. OLE color: 999405.

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

Color convert

RGB2376315-
CMYK00.730.940.07
HSL12.97º88.1%49.41%-
HSV(B)12.97º93.67%92.94%-
XYZ36.7921.592.68-
YUV109.5574.65218.9-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 75.24%
GREEN value IS 63 (25% from 255) = 20%
BLUE value IS 15 (6.25% from 255) = 4.76%
R=75.24%
G=20%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237631500.730.940.0712.9788.149.41
HexED3FF0495E7d5831
Octal3557717011113671513061
Binary11101101111111111101001001101111011111011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3F0F; }

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

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

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

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

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

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

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

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