Html Css Color HEX #ED4200 Orange Red

📋 copy color: '#ED4200'

red 237 ◦ green 66 ◦ blue 0

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

Shades of Orange Red #ED4200

Tints of Orange Red #ED4200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.78%

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

R = 78.22%
G = 21.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ED4200 (or 0xED4200) is known color: Orange Red. HEX triplet: ED, 42 and 00. RGB value is (237,66,0). Sum of RGB (Red+Green+Blue) = 237+66+0=303 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.22% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4200 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4200 is #12BDFF. Grayscale: #6E6E6E. Windows color (decimal): -1228288 or 17133. OLE color: 17133.

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

Color convert

RGB 237 66 0 -
CMYK 0 0.72 1 0.07
HSL 16.71º 1% 0.46% -
HSV(B) 16.71º 1% 0.93% -
XYZ 36.87 21.9 2.28 -
YUV 109.61 66.15 218.87 -
System Red Green Blue C M Y K H S L
Decimal 237 66 0 0 0.72 1 0.07 16.71 1 0.46
Hex ED 42 0 0 48 64 7 11 64 2E
Octal 355 102 0 0 110 144 7 21 144 56
Binary 11101101 1000010 0 0 1001000 1100100 111 10001 1100100 101110

Color Harmonies of #ED4200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4200

Black with #ED4200

Text Example


Text Example

White with #ED4200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4200; }

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

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

background-color css

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

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

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

border-color css

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

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

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