Html Css Color HEX #ED4500 Orange Red

📋 copy color: '#ED4500'

red 237 ◦ green 69 ◦ blue 0

#ED4500
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Red #ED4500

Tints of Orange Red #ED4500

RGB

 RED value IS 237 (92.97% from 255) = 77.45%

 GREEN value IS 69 (27.34% from 255) = 22.55%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.45%
G = 22.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ED4500 (or 0xED4500) is known color: Orange Red. HEX triplet: ED, 45 and 00. RGB value is (237,69,0). Sum of RGB (Red+Green+Blue) = 237+69+0=306 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.45% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4500 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4500 is #12BAFF. Grayscale: #6F6F6F. Windows color (decimal): -1227520 or 17901. OLE color: 17901.

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

Color convert

RGB 237 69 0 -
CMYK 0 0.71 1 0.07
HSL 17.47º 1% 0.46% -
HSV(B) 17.47º 1% 0.93% -
XYZ 37.05 22.26 2.34 -
YUV 111.37 65.16 217.61 -
System Red Green Blue C M Y K H S L
Decimal 237 69 0 0 0.71 1 0.07 17.47 1 0.46
Hex ED 45 0 0 47 64 7 11 64 2E
Octal 355 105 0 0 107 144 7 21 144 56
Binary 11101101 1000101 0 0 1000111 1100100 111 10001 1100100 101110

Color Harmonies of #ED4500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4500

Black with #ED4500

Text Example


Text Example

White with #ED4500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4500; }

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

 H1.HeaderClassName
 {
   color: #ED4500;
 }
 .AnyTagClassName
 {
   color: #ED4500;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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