Html Css Color HEX #ED4004 Orange Red

📋 copy color: '#ED4004'

red 237 ◦ green 64 ◦ blue 4

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

Shades of Orange Red #ED4004

Tints of Orange Red #ED4004

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.98%

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

R = 77.7%
G = 20.98%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED4004 (or 0xED4004) is known color: Orange Red. HEX triplet: ED, 40 and 04. RGB value is (237,64,4). Sum of RGB (Red+Green+Blue) = 237+64+4=305 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.70% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 4 (1.95% from 255 or 1.31% from 305); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4004 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4004 is #12BFFB. Grayscale: #6D6D6D. Windows color (decimal): -1228796 or 278765. OLE color: 278765.

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

Color convert

RGB 237 64 4 -
CMYK 0 0.73 0.98 0.07
HSL 15.45º 0.97% 0.47% -
HSV(B) 15.45º 0.98% 0.93% -
XYZ 36.78 21.68 2.36 -
YUV 108.89 68.81 219.38 -
System Red Green Blue C M Y K H S L
Decimal 237 64 4 0 0.73 0.98 0.07 15.45 0.97 0.47
Hex ED 40 4 0 49 62 7 F 61 2F
Octal 355 100 4 0 111 142 7 17 141 57
Binary 11101101 1000000 100 0 1001001 1100010 111 1111 1100001 101111

Color Harmonies of #ED4004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4004

Black with #ED4004

Text Example


Text Example

White with #ED4004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4004; }

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

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

background-color css

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

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

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

border-color css

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

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

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