Html Css Color HEX #ED4703 Orange Red

📋 copy color: '#ED4703'

red 237 ◦ green 71 ◦ blue 3

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

Shades of Orange Red #ED4703

Tints of Orange Red #ED4703

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.83%

 BLUE value IS 3 (1.56% from 255) = 0.96%

R = 76.21%
G = 22.83%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED4703 (or 0xED4703) is known color: Orange Red. HEX triplet: ED, 47 and 03. RGB value is (237,71,3). Sum of RGB (Red+Green+Blue) = 237+71+3=311 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.21% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 3 (1.56% from 255 or 0.96% from 311); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4703 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4703 is #12B8FC. Grayscale: #717171. Windows color (decimal): -1227005 or 215021. OLE color: 215021.

HSL color Cylindrical-coordinate representation of color #ED4703: hue angle of 17.44º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED4703 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 71 3 -
CMYK 0 0.70 0.99 0.07
HSL 17.44º 0.98% 0.47% -
HSV(B) 17.44º 0.99% 0.93% -
XYZ 37.19 22.52 2.47 -
YUV 112.88 66 216.53 -
System Red Green Blue C M Y K H S L
Decimal 237 71 3 0 0.70 0.99 0.07 17.44 0.98 0.47
Hex ED 47 3 0 46 63 7 11 62 2F
Octal 355 107 3 0 106 143 7 21 142 57
Binary 11101101 1000111 11 0 1000110 1100011 111 10001 1100010 101111

Color Harmonies of #ED4703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4703

Black with #ED4703

Text Example


Text Example

White with #ED4703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4703; }

 p { color: rgb(237,71,3); }

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

background-color css

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

 a { background-color: rgb(237,71,3); }

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

border-color css

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

 span { border-color: rgb(237,71,3); }

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