Html Css Color HEX #ED4301 Orange Red

📋 copy color: '#ED4301'

red 237 ◦ green 67 ◦ blue 1

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

Shades of Orange Red #ED4301

Tints of Orange Red #ED4301

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.97%

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

R = 77.7%
G = 21.97%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ED4301 (or 0xED4301) is known color: Orange Red. HEX triplet: ED, 43 and 01. RGB value is (237,67,1). Sum of RGB (Red+Green+Blue) = 237+67+1=305 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.70% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4301 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4301 is #12BCFE. Grayscale: #6E6E6E. Windows color (decimal): -1228031 or 82925. OLE color: 82925.

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

Color convert

RGB 237 67 1 -
CMYK 0 0.72 1.00 0.07
HSL 16.78º 0.99% 0.47% -
HSV(B) 16.78º 1% 0.93% -
XYZ 36.94 22.02 2.33 -
YUV 110.31 66.32 218.37 -
System Red Green Blue C M Y K H S L
Decimal 237 67 1 0 0.72 1.00 0.07 16.78 0.99 0.47
Hex ED 43 1 0 48 64 7 11 63 2F
Octal 355 103 1 0 110 144 7 21 143 57
Binary 11101101 1000011 1 0 1001000 1100100 111 10001 1100011 101111

Color Harmonies of #ED4301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4301

Black with #ED4301

Text Example


Text Example

White with #ED4301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4301; }

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

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

background-color css

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

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

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

border-color css

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

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

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