Html Css Color HEX #D1480F Harley Davidson Orange

📋 copy color: '#D1480F'

red 209 ◦ green 72 ◦ blue 15

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

Shades of Harley Davidson Orange #D1480F

Tints of Harley Davidson Orange #D1480F

RGB

 RED value IS 209 (82.03% from 255) = 70.61%

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

 BLUE value IS 15 (6.25% from 255) = 5.07%

R = 70.61%
G = 24.32%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D1480F (or 0xD1480F) is known color: Harley Davidson Orange. HEX triplet: D1, 48 and 0F. RGB value is (209,72,15). Sum of RGB (Red+Green+Blue) = 209+72+15=296 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.61% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 15 (6.25% from 255 or 5.07% from 296); Max value from RGB is 209 - color contains mainly: red. Hex color #D1480F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1480F is #2EB7F0. Grayscale: #6A6A6A. Windows color (decimal): -3061745 or 1001681. OLE color: 1001681.

HSL color Cylindrical-coordinate representation of color #D1480F: hue angle of 17.63º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1480F is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 72 15 -
CMYK 0 0.66 0.93 0.18
HSL 17.63º 0.87% 0.44% -
HSV(B) 17.63º 0.93% 0.82% -
XYZ 28.7 18.22 2.46 -
YUV 106.47 76.39 201.13 -
System Red Green Blue C M Y K H S L
Decimal 209 72 15 0 0.66 0.93 0.18 17.63 0.87 0.44
Hex D1 48 F 0 42 5D 12 12 57 2C
Octal 321 110 17 0 102 135 22 22 127 54
Binary 11010001 1001000 1111 0 1000010 1011101 10010 10010 1010111 101100

Color Harmonies of #D1480F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1480F

Black with #D1480F

Text Example


Text Example

White with #D1480F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1480F; }

 p { color: rgb(209,72,15); }

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

background-color css

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

 a { background-color: rgb(209,72,15); }

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

border-color css

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

 span { border-color: rgb(209,72,15); }

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