Html Css Color HEX #ED4008 Orange Red

📋 copy color: '#ED4008'

red 237 ◦ green 64 ◦ blue 8

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

Shades of Orange Red #ED4008

Tints of Orange Red #ED4008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.59%

R = 76.7%
G = 20.71%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED4008 (or 0xED4008) is known color: Orange Red. HEX triplet: ED, 40 and 08. RGB value is (237,64,8). Sum of RGB (Red+Green+Blue) = 237+64+8=309 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.70% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 8 (3.52% from 255 or 2.59% from 309); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4008 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4008 is #12BFF7. Grayscale: #6D6D6D. Windows color (decimal): -1228792 or 540909. OLE color: 540909.

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

Color convert

RGB 237 64 8 -
CMYK 0 0.73 0.97 0.07
HSL 14.67º 0.93% 0.48% -
HSV(B) 14.67º 0.97% 0.93% -
XYZ 36.8 21.69 2.48 -
YUV 109.34 70.81 219.05 -
System Red Green Blue C M Y K H S L
Decimal 237 64 8 0 0.73 0.97 0.07 14.67 0.93 0.48
Hex ED 40 8 0 49 61 7 F 5D 30
Octal 355 100 10 0 111 141 7 17 135 60
Binary 11101101 1000000 1000 0 1001001 1100001 111 1111 1011101 110000

Color Harmonies of #ED4008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4008

Black with #ED4008

Text Example


Text Example

White with #ED4008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4008; }

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

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

background-color css

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

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

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

border-color css

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

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

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