Html Css Color HEX #ED4918 Orange Red

📋 copy color: '#ED4918'

red 237 ◦ green 73 ◦ blue 24

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

Shades of Orange Red #ED4918

Tints of Orange Red #ED4918

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.86%

 BLUE value IS 24 (9.77% from 255) = 7.19%

R = 70.96%
G = 21.86%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#ED4918 (or 0xED4918) is known color: Orange Red. HEX triplet: ED, 49 and 18. RGB value is (237,73,24). Sum of RGB (Red+Green+Blue) = 237+73+24=334 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.96% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 24 (9.77% from 255 or 7.19% from 334); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4918 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4918 is #12B6E7. Grayscale: #747474. Windows color (decimal): -1226472 or 1591789. OLE color: 1591789.

HSL color Cylindrical-coordinate representation of color #ED4918: hue angle of 13.8º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED4918 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 73 24 -
CMYK 0 0.69 0.90 0.07
HSL 13.8º 0.86% 0.51% -
HSV(B) 13.8º 0.9% 0.93% -
XYZ 37.47 22.84 3.3 -
YUV 116.45 75.83 213.98 -
System Red Green Blue C M Y K H S L
Decimal 237 73 24 0 0.69 0.90 0.07 13.8 0.86 0.51
Hex ED 49 18 0 45 5A 7 E 56 33
Octal 355 111 30 0 105 132 7 16 126 63
Binary 11101101 1001001 11000 0 1000101 1011010 111 1110 1010110 110011

Color Harmonies of #ED4918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4918

Black with #ED4918

Text Example


Text Example

White with #ED4918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4918; }

 p { color: rgb(237,73,24); }

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

background-color css

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

 a { background-color: rgb(237,73,24); }

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

border-color css

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

 span { border-color: rgb(237,73,24); }

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