Html Css Color HEX #ED480D Orange Red

📋 copy color: '#ED480D'

red 237 ◦ green 72 ◦ blue 13

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

Shades of Orange Red #ED480D

Tints of Orange Red #ED480D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.04%

R = 73.6%
G = 22.36%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED480D (or 0xED480D) is known color: Orange Red. HEX triplet: ED, 48 and 0D. RGB value is (237,72,13). Sum of RGB (Red+Green+Blue) = 237+72+13=322 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.60% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 237 - color contains mainly: red. Hex color #ED480D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED480D is #12B7F2. Grayscale: #737373. Windows color (decimal): -1226739 or 870637. OLE color: 870637.

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

Color convert

RGB 237 72 13 -
CMYK 0 0.70 0.95 0.07
HSL 15.8º 0.9% 0.49% -
HSV(B) 15.8º 0.95% 0.93% -
XYZ 37.32 22.67 2.79 -
YUV 114.61 70.66 215.3 -
System Red Green Blue C M Y K H S L
Decimal 237 72 13 0 0.70 0.95 0.07 15.8 0.9 0.49
Hex ED 48 D 0 46 5F 7 10 5A 31
Octal 355 110 15 0 106 137 7 20 132 61
Binary 11101101 1001000 1101 0 1000110 1011111 111 10000 1011010 110001

Color Harmonies of #ED480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED480D

Black with #ED480D

Text Example


Text Example

White with #ED480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED480D; }

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

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

background-color css

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

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

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

border-color css

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

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

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