Html Css Color HEX #D9470F Harley Davidson Orange

📋 copy color: '#D9470F'

red 217 ◦ green 71 ◦ blue 15

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

Shades of Harley Davidson Orange #D9470F

Tints of Harley Davidson Orange #D9470F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.43%

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

R = 71.62%
G = 23.43%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D9470F (or 0xD9470F) is known color: Harley Davidson Orange. HEX triplet: D9, 47 and 0F. RGB value is (217,71,15). Sum of RGB (Red+Green+Blue) = 217+71+15=303 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.62% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 217 - color contains mainly: red. Hex color #D9470F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9470F is #26B8F0. Grayscale: #6C6C6C. Windows color (decimal): -2537713 or 1001433. OLE color: 1001433.

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

Color convert

RGB 217 71 15 -
CMYK 0 0.67 0.93 0.15
HSL 16.63º 0.87% 0.45% -
HSV(B) 16.63º 0.93% 0.85% -
XYZ 30.95 19.29 2.54 -
YUV 108.27 75.37 205.55 -
System Red Green Blue C M Y K H S L
Decimal 217 71 15 0 0.67 0.93 0.15 16.63 0.87 0.45
Hex D9 47 F 0 43 5D F 11 57 2D
Octal 331 107 17 0 103 135 17 21 127 55
Binary 11011001 1000111 1111 0 1000011 1011101 1111 10001 1010111 101101

Color Harmonies of #D9470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9470F

Black with #D9470F

Text Example


Text Example

White with #D9470F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9470F; }

 p { color: rgb(217,71,15); }

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

background-color css

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

 a { background-color: rgb(217,71,15); }

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

border-color css

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

 span { border-color: rgb(217,71,15); }

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