Html Css Color HEX #D94916 Harley Davidson Orange

📋 copy color: '#D94916'

red 217 ◦ green 73 ◦ blue 22

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

Shades of Harley Davidson Orange #D94916

Tints of Harley Davidson Orange #D94916

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.4%

 BLUE value IS 22 (8.98% from 255) = 7.05%

R = 69.55%
G = 23.4%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D94916 (or 0xD94916) is known color: Harley Davidson Orange. HEX triplet: D9, 49 and 16. RGB value is (217,73,22). Sum of RGB (Red+Green+Blue) = 217+73+22=312 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.55% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 217 - color contains mainly: red. Hex color #D94916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94916 is #26B6E9. Grayscale: #6E6E6E. Windows color (decimal): -2537194 or 1460697. OLE color: 1460697.

HSL color Cylindrical-coordinate representation of color #D94916: hue angle of 15.69º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D94916 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 73 22 -
CMYK 0 0.66 0.90 0.15
HSL 15.69º 0.82% 0.47% -
HSV(B) 15.69º 0.9% 0.85% -
XYZ 31.14 19.57 2.9 -
YUV 110.24 78.21 204.15 -
System Red Green Blue C M Y K H S L
Decimal 217 73 22 0 0.66 0.90 0.15 15.69 0.82 0.47
Hex D9 49 16 0 42 5A F 10 52 2F
Octal 331 111 26 0 102 132 17 20 122 57
Binary 11011001 1001001 10110 0 1000010 1011010 1111 10000 1010010 101111

Color Harmonies of #D94916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94916

Black with #D94916

Text Example


Text Example

White with #D94916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94916; }

 p { color: rgb(217,73,22); }

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

background-color css

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

 a { background-color: rgb(217,73,22); }

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

border-color css

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

 span { border-color: rgb(217,73,22); }

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