Html Css Color HEX #ED3605 Orange Red

📋 copy color: '#ED3605'

red 237 ◦ green 54 ◦ blue 5

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

Shades of Orange Red #ED3605

Tints of Orange Red #ED3605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.69%

R = 80.07%
G = 18.24%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED3605 (or 0xED3605) is known color: Orange Red. HEX triplet: ED, 36 and 05. RGB value is (237,54,5). Sum of RGB (Red+Green+Blue) = 237+54+5=296 (39% of max value = 765). Red value is 237 (92.97% from 255 or 80.07% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 5 (2.34% from 255 or 1.69% from 296); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3605 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3605 is #12C9FA. Grayscale: #676767. Windows color (decimal): -1231355 or 341741. OLE color: 341741.

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

Color convert

RGB 237 54 5 -
CMYK 0 0.77 0.98 0.07
HSL 12.67º 0.96% 0.47% -
HSV(B) 12.67º 0.98% 0.93% -
XYZ 36.27 20.65 2.22 -
YUV 103.13 72.63 223.48 -
System Red Green Blue C M Y K H S L
Decimal 237 54 5 0 0.77 0.98 0.07 12.67 0.96 0.47
Hex ED 36 5 0 4D 62 7 D 60 2F
Octal 355 66 5 0 115 142 7 15 140 57
Binary 11101101 110110 101 0 1001101 1100010 111 1101 1100000 101111

Color Harmonies of #ED3605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3605

Black with #ED3605

Text Example


Text Example

White with #ED3605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3605; }

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

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

background-color css

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

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

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

border-color css

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

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

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