Html Css Color HEX #ED4601 Orange Red

📋 copy color: '#ED4601'

red 237 ◦ green 70 ◦ blue 1

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

Shades of Orange Red #ED4601

Tints of Orange Red #ED4601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.73%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 76.95%
G = 22.73%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ED4601 (or 0xED4601) is known color: Orange Red. HEX triplet: ED, 46 and 01. RGB value is (237,70,1). Sum of RGB (Red+Green+Blue) = 237+70+1=308 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.95% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 1 (0.78% from 255 or 0.32% from 308); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4601 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4601 is #12B9FE. Grayscale: #707070. Windows color (decimal): -1227263 or 83693. OLE color: 83693.

HSL color Cylindrical-coordinate representation of color #ED4601: hue angle of 17.54º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED4601 is Cyan = 0, Magento = 0.70, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 70 1 -
CMYK 0 0.70 1.00 0.07
HSL 17.54º 0.99% 0.47% -
HSV(B) 17.54º 1% 0.93% -
XYZ 37.12 22.39 2.39 -
YUV 112.07 65.33 217.11 -
System Red Green Blue C M Y K H S L
Decimal 237 70 1 0 0.70 1.00 0.07 17.54 0.99 0.47
Hex ED 46 1 0 46 64 7 12 63 2F
Octal 355 106 1 0 106 144 7 22 143 57
Binary 11101101 1000110 1 0 1000110 1100100 111 10010 1100011 101111

Color Harmonies of #ED4601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4601

Black with #ED4601

Text Example


Text Example

White with #ED4601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4601; }

 p { color: rgb(237,70,1); }

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

background-color css

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

 a { background-color: rgb(237,70,1); }

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

border-color css

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

 span { border-color: rgb(237,70,1); }

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