#ED4100

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

Shades of Orange Red #ED4100

Tints of Orange Red #ED4100

Color information

#ED4100 (or 0xED4100) is unknown color: approx Orange Red. HEX triplet: ED, 41 and 00. RGB value is (237,65,0). Sum of RGB (Red+Green+Blue) = 237+65+0=302 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.48% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4100 is #12BEFF. Grayscale: #6D6D6D. Windows color (decimal): -1228544 or 16877. OLE color: 16877.

HSL color Cylindrical-coordinate representation of color #ED4100: hue angle of 16.46º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED4100 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB237650-
CMYK00.7310.07
HSL16.46º100%46.47%-
HSV(B)16.46º100%92.94%-
XYZ36.8221.792.26-
YUV109.0266.48219.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 78.48%
GREEN value IS 65 (25.78% from 255) = 21.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.48%
G=21.52%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23765000.7310.0716.4610046.47
HexED41004964710642e
Octal3551010011114472014456
Binary1110110110000010010010011100100111100001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4100; }

 p { color: rgb(237,65,0); }

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

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

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

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

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

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

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