Html Css Color HEX #D94B16 Harley Davidson Orange

📋 copy color: '#D94B16'

red 217 ◦ green 75 ◦ blue 22

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

Shades of Harley Davidson Orange #D94B16

Tints of Harley Davidson Orange #D94B16

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.89%

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

R = 69.11%
G = 23.89%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D94B16 (or 0xD94B16) is known color: Harley Davidson Orange. HEX triplet: D9, 4B and 16. RGB value is (217,75,22). Sum of RGB (Red+Green+Blue) = 217+75+22=314 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.11% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 217 - color contains mainly: red. Hex color #D94B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94B16 is #26B4E9. Grayscale: #6F6F6F. Windows color (decimal): -2536682 or 1461209. OLE color: 1461209.

HSL color Cylindrical-coordinate representation of color #D94B16: hue angle of 16.31º 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 #D94B16 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 75 22 -
CMYK 0 0.65 0.90 0.15
HSL 16.31º 0.82% 0.47% -
HSV(B) 16.31º 0.9% 0.85% -
XYZ 31.28 19.84 2.94 -
YUV 111.42 77.54 203.31 -
System Red Green Blue C M Y K H S L
Decimal 217 75 22 0 0.65 0.90 0.15 16.31 0.82 0.47
Hex D9 4B 16 0 41 5A F 10 52 2F
Octal 331 113 26 0 101 132 17 20 122 57
Binary 11011001 1001011 10110 0 1000001 1011010 1111 10000 1010010 101111

Color Harmonies of #D94B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94B16

Black with #D94B16

Text Example


Text Example

White with #D94B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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