Html Css Color HEX #ED4819 Orange Red

📋 copy color: '#ED4819'

red 237 ◦ green 72 ◦ blue 25

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

Shades of Orange Red #ED4819

Tints of Orange Red #ED4819

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.56%

 BLUE value IS 25 (10.16% from 255) = 7.49%

R = 70.96%
G = 21.56%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED4819 (or 0xED4819) is known color: Orange Red. HEX triplet: ED, 48 and 19. RGB value is (237,72,25). Sum of RGB (Red+Green+Blue) = 237+72+25=334 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.96% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 25 (10.16% from 255 or 7.49% from 334); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4819 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4819 is #12B7E6. Grayscale: #747474. Windows color (decimal): -1226727 or 1657069. OLE color: 1657069.

HSL color Cylindrical-coordinate representation of color #ED4819: hue angle of 13.3º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED4819 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 72 25 -
CMYK 0 0.70 0.89 0.07
HSL 13.3º 0.85% 0.51% -
HSV(B) 13.3º 0.89% 0.93% -
XYZ 37.42 22.71 3.33 -
YUV 115.98 76.66 214.32 -
System Red Green Blue C M Y K H S L
Decimal 237 72 25 0 0.70 0.89 0.07 13.3 0.85 0.51
Hex ED 48 19 0 46 59 7 D 55 33
Octal 355 110 31 0 106 131 7 15 125 63
Binary 11101101 1001000 11001 0 1000110 1011001 111 1101 1010101 110011

Color Harmonies of #ED4819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4819

Black with #ED4819

Text Example


Text Example

White with #ED4819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4819; }

 p { color: rgb(237,72,25); }

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

background-color css

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

 a { background-color: rgb(237,72,25); }

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

border-color css

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

 span { border-color: rgb(237,72,25); }

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