Html Css Color HEX #EF480D Orange Red

📋 copy color: '#EF480D'

red 239 ◦ green 72 ◦ blue 13

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

Shades of Orange Red #EF480D

Tints of Orange Red #EF480D

RGB

 RED value IS 239 (93.75% from 255) = 73.77%

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

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

R = 73.77%
G = 22.22%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF480D (or 0xEF480D) is known color: Orange Red. HEX triplet: EF, 48 and 0D. RGB value is (239,72,13). Sum of RGB (Red+Green+Blue) = 239+72+13=324 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.77% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 13 (5.47% from 255 or 4.01% from 324); Max value from RGB is 239 - color contains mainly: red. Hex color #EF480D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF480D is #10B7F2. Grayscale: #737373. Windows color (decimal): -1095667 or 870639. OLE color: 870639.

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

Color convert

RGB 239 72 13 -
CMYK 0 0.70 0.95 0.06
HSL 15.66º 0.9% 0.49% -
HSV(B) 15.66º 0.95% 0.94% -
XYZ 37.99 23.01 2.82 -
YUV 115.21 70.33 216.3 -
System Red Green Blue C M Y K H S L
Decimal 239 72 13 0 0.70 0.95 0.06 15.66 0.9 0.49
Hex EF 48 D 0 46 5F 6 10 5A 31
Octal 357 110 15 0 106 137 6 20 132 61
Binary 11101111 1001000 1101 0 1000110 1011111 110 10000 1011010 110001

Color Harmonies of #EF480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF480D

Black with #EF480D

Text Example


Text Example

White with #EF480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF480D; }

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

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

background-color css

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

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

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

border-color css

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

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

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