Html Css Color HEX #D92616 Harley Davidson Orange

📋 copy color: '#D92616'

red 217 ◦ green 38 ◦ blue 22

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

Shades of Harley Davidson Orange #D92616

Tints of Harley Davidson Orange #D92616

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.72%

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

R = 78.34%
G = 13.72%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D92616 (or 0xD92616) is known color: Harley Davidson Orange. HEX triplet: D9, 26 and 16. RGB value is (217,38,22). Sum of RGB (Red+Green+Blue) = 217+38+22=277 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.34% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 217 - color contains mainly: red. Hex color #D92616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92616 is #26D9E9. Grayscale: #595959. Windows color (decimal): -2546154 or 1451737. OLE color: 1451737.

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

Color convert

RGB 217 38 22 -
CMYK 0 0.82 0.90 0.15
HSL 4.92º 0.82% 0.47% -
HSV(B) 4.92º 0.9% 0.85% -
XYZ 29.45 16.2 2.33 -
YUV 89.7 89.8 218.8 -
System Red Green Blue C M Y K H S L
Decimal 217 38 22 0 0.82 0.90 0.15 4.92 0.82 0.47
Hex D9 26 16 0 52 5A F 5 52 2F
Octal 331 46 26 0 122 132 17 5 122 57
Binary 11011001 100110 10110 0 1010010 1011010 1111 101 1010010 101111

Color Harmonies of #D92616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92616

Black with #D92616

Text Example


Text Example

White with #D92616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92616; }

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

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

background-color css

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

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

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

border-color css

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

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

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