Html Css Color HEX #ED3606 Orange Red

📋 copy color: '#ED3606'

red 237 ◦ green 54 ◦ blue 6

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

Shades of Orange Red #ED3606

Tints of Orange Red #ED3606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.02%

R = 79.8%
G = 18.18%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED3606 (or 0xED3606) is known color: Orange Red. HEX triplet: ED, 36 and 06. RGB value is (237,54,6). Sum of RGB (Red+Green+Blue) = 237+54+6=297 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.80% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 6 (2.73% from 255 or 2.02% from 297); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3606 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3606 is #12C9F9. Grayscale: #676767. Windows color (decimal): -1231354 or 407277. OLE color: 407277.

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

Color convert

RGB 237 54 6 -
CMYK 0 0.77 0.97 0.07
HSL 12.47º 0.95% 0.48% -
HSV(B) 12.47º 0.97% 0.93% -
XYZ 36.28 20.66 2.25 -
YUV 103.25 73.13 223.4 -
System Red Green Blue C M Y K H S L
Decimal 237 54 6 0 0.77 0.97 0.07 12.47 0.95 0.48
Hex ED 36 6 0 4D 61 7 C 5F 30
Octal 355 66 6 0 115 141 7 14 137 60
Binary 11101101 110110 110 0 1001101 1100001 111 1100 1011111 110000

Color Harmonies of #ED3606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3606

Black with #ED3606

Text Example


Text Example

White with #ED3606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3606; }

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

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

background-color css

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

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

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

border-color css

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

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

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