Html Css Color HEX #D9481C Harley Davidson Orange

📋 copy color: '#D9481C'

red 217 ◦ green 72 ◦ blue 28

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

Shades of Harley Davidson Orange #D9481C

Tints of Harley Davidson Orange #D9481C

RGB

 RED value IS 217 (85.16% from 255) = 68.45%

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

 BLUE value IS 28 (11.33% from 255) = 8.83%

R = 68.45%
G = 22.71%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D9481C (or 0xD9481C) is known color: Harley Davidson Orange. HEX triplet: D9, 48 and 1C. RGB value is (217,72,28). Sum of RGB (Red+Green+Blue) = 217+72+28=317 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.45% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 28 (11.33% from 255 or 8.83% from 317); Max value from RGB is 217 - color contains mainly: red. Hex color #D9481C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9481C is #26B7E3. Grayscale: #6E6E6E. Windows color (decimal): -2537444 or 1853657. OLE color: 1853657.

HSL color Cylindrical-coordinate representation of color #D9481C: hue angle of 13.97º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D9481C is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 72 28 -
CMYK 0 0.67 0.87 0.15
HSL 13.97º 0.77% 0.48% -
HSV(B) 13.97º 0.87% 0.85% -
XYZ 31.14 19.47 3.22 -
YUV 110.34 81.54 204.08 -
System Red Green Blue C M Y K H S L
Decimal 217 72 28 0 0.67 0.87 0.15 13.97 0.77 0.48
Hex D9 48 1C 0 43 57 F E 4D 30
Octal 331 110 34 0 103 127 17 16 115 60
Binary 11011001 1001000 11100 0 1000011 1010111 1111 1110 1001101 110000

Color Harmonies of #D9481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9481C

Black with #D9481C

Text Example


Text Example

White with #D9481C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9481C; }

 p { color: rgb(217,72,28); }

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

background-color css

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

 a { background-color: rgb(217,72,28); }

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

border-color css

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

 span { border-color: rgb(217,72,28); }

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