Html Css Color HEX #ED3503 Orange Red

📋 copy color: '#ED3503'

red 237 ◦ green 53 ◦ blue 3

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

Shades of Orange Red #ED3503

Tints of Orange Red #ED3503

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.09%

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

R = 80.89%
G = 18.09%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED3503 (or 0xED3503) is known color: Orange Red. HEX triplet: ED, 35 and 03. RGB value is (237,53,3). Sum of RGB (Red+Green+Blue) = 237+53+3=293 (38% of max value = 765). Red value is 237 (92.97% from 255 or 80.89% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 3 (1.56% from 255 or 1.02% from 293); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3503 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3503 is #12CAFC. Grayscale: #666666. Windows color (decimal): -1231613 or 210413. OLE color: 210413.

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

Color convert

RGB 237 53 3 -
CMYK 0 0.78 0.99 0.07
HSL 12.82º 0.98% 0.47% -
HSV(B) 12.82º 0.99% 0.93% -
XYZ 36.21 20.56 2.15 -
YUV 102.32 71.96 224.07 -
System Red Green Blue C M Y K H S L
Decimal 237 53 3 0 0.78 0.99 0.07 12.82 0.98 0.47
Hex ED 35 3 0 4E 63 7 D 62 2F
Octal 355 65 3 0 116 143 7 15 142 57
Binary 11101101 110101 11 0 1001110 1100011 111 1101 1100010 101111

Color Harmonies of #ED3503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3503

Black with #ED3503

Text Example


Text Example

White with #ED3503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3503; }

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

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

background-color css

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

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

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

border-color css

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

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

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