Html Css Color HEX #ED3703 Orange Red

📋 copy color: '#ED3703'

red 237 ◦ green 55 ◦ blue 3

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

Shades of Orange Red #ED3703

Tints of Orange Red #ED3703

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.64%

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

R = 80.34%
G = 18.64%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED3703 (or 0xED3703) is known color: Orange Red. HEX triplet: ED, 37 and 03. RGB value is (237,55,3). Sum of RGB (Red+Green+Blue) = 237+55+3=295 (39% of max value = 765). Red value is 237 (92.97% from 255 or 80.34% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3703 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3703 is #12C8FC. Grayscale: #676767. Windows color (decimal): -1231101 or 210925. OLE color: 210925.

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

Color convert

RGB 237 55 3 -
CMYK 0 0.77 0.99 0.07
HSL 13.33º 0.98% 0.47% -
HSV(B) 13.33º 0.99% 0.93% -
XYZ 36.31 20.74 2.18 -
YUV 103.49 71.3 223.23 -
System Red Green Blue C M Y K H S L
Decimal 237 55 3 0 0.77 0.99 0.07 13.33 0.98 0.47
Hex ED 37 3 0 4D 63 7 D 62 2F
Octal 355 67 3 0 115 143 7 15 142 57
Binary 11101101 110111 11 0 1001101 1100011 111 1101 1100010 101111

Color Harmonies of #ED3703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3703

Black with #ED3703

Text Example


Text Example

White with #ED3703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3703; }

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

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

background-color css

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

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

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

border-color css

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

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

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