Html Css Color HEX #ED4404 Orange Red

📋 copy color: '#ED4404'

red 237 ◦ green 68 ◦ blue 4

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

Shades of Orange Red #ED4404

Tints of Orange Red #ED4404

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.01%

 BLUE value IS 4 (1.95% from 255) = 1.29%

R = 76.7%
G = 22.01%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED4404 (or 0xED4404) is known color: Orange Red. HEX triplet: ED, 44 and 04. RGB value is (237,68,4). Sum of RGB (Red+Green+Blue) = 237+68+4=309 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.70% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 4 (1.95% from 255 or 1.29% from 309); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4404 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4404 is #12BBFB. Grayscale: #6F6F6F. Windows color (decimal): -1227772 or 279789. OLE color: 279789.

HSL color Cylindrical-coordinate representation of color #ED4404: hue angle of 16.48º degrees, saturation: 0.97, 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 #ED4404 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 68 4 -
CMYK 0 0.71 0.98 0.07
HSL 16.48º 0.97% 0.47% -
HSV(B) 16.48º 0.98% 0.93% -
XYZ 37.01 22.15 2.44 -
YUV 111.24 67.49 217.7 -
System Red Green Blue C M Y K H S L
Decimal 237 68 4 0 0.71 0.98 0.07 16.48 0.97 0.47
Hex ED 44 4 0 47 62 7 10 61 2F
Octal 355 104 4 0 107 142 7 20 141 57
Binary 11101101 1000100 100 0 1000111 1100010 111 10000 1100001 101111

Color Harmonies of #ED4404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4404

Black with #ED4404

Text Example


Text Example

White with #ED4404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4404; }

 p { color: rgb(237,68,4); }

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

background-color css

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

 a { background-color: rgb(237,68,4); }

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

border-color css

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

 span { border-color: rgb(237,68,4); }

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