Html Css Color HEX #ED3603 Orange Red

📋 copy color: '#ED3603'

red 237 ◦ green 54 ◦ blue 3

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

Shades of Orange Red #ED3603

Tints of Orange Red #ED3603

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.37%

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

R = 80.61%
G = 18.37%
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

#ED3603 (or 0xED3603) is known color: Orange Red. HEX triplet: ED, 36 and 03. RGB value is (237,54,3). Sum of RGB (Red+Green+Blue) = 237+54+3=294 (38% of max value = 765). Red value is 237 (92.97% from 255 or 80.61% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 3 (1.56% from 255 or 1.02% from 294); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3603 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3603 is #12C9FC. Grayscale: #676767. Windows color (decimal): -1231357 or 210669. OLE color: 210669.

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

Color convert

RGB 237 54 3 -
CMYK 0 0.77 0.99 0.07
HSL 13.08º 0.98% 0.47% -
HSV(B) 13.08º 0.99% 0.93% -
XYZ 36.26 20.65 2.16 -
YUV 102.9 71.63 223.65 -
System Red Green Blue C M Y K H S L
Decimal 237 54 3 0 0.77 0.99 0.07 13.08 0.98 0.47
Hex ED 36 3 0 4D 63 7 D 62 2F
Octal 355 66 3 0 115 143 7 15 142 57
Binary 11101101 110110 11 0 1001101 1100011 111 1101 1100010 101111

Color Harmonies of #ED3603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3603

Black with #ED3603

Text Example


Text Example

White with #ED3603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3603; }

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

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

background-color css

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

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

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

border-color css

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

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

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