Html Css Color HEX #ED4408 Orange Red

📋 copy color: '#ED4408'

red 237 ◦ green 68 ◦ blue 8

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

Shades of Orange Red #ED4408

Tints of Orange Red #ED4408

RGB

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

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

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

R = 75.72%
G = 21.73%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED4408 (or 0xED4408) is known color: Orange Red. HEX triplet: ED, 44 and 08. RGB value is (237,68,8). Sum of RGB (Red+Green+Blue) = 237+68+8=313 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.72% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 8 (3.52% from 255 or 2.56% from 313); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4408 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4408 is #12BBF7. Grayscale: #707070. Windows color (decimal): -1227768 or 541933. OLE color: 541933.

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

Color convert

RGB 237 68 8 -
CMYK 0 0.71 0.97 0.07
HSL 15.72º 0.93% 0.48% -
HSV(B) 15.72º 0.97% 0.93% -
XYZ 37.04 22.16 2.55 -
YUV 111.69 69.49 217.38 -
System Red Green Blue C M Y K H S L
Decimal 237 68 8 0 0.71 0.97 0.07 15.72 0.93 0.48
Hex ED 44 8 0 47 61 7 10 5D 30
Octal 355 104 10 0 107 141 7 20 135 60
Binary 11101101 1000100 1000 0 1000111 1100001 111 10000 1011101 110000

Color Harmonies of #ED4408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4408

Black with #ED4408

Text Example


Text Example

White with #ED4408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4408; }

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

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

background-color css

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

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

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

border-color css

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

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

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