Html Css Color HEX #D92316 Harley Davidson Orange

📋 copy color: '#D92316'

red 217 ◦ green 35 ◦ blue 22

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

Shades of Harley Davidson Orange #D92316

Tints of Harley Davidson Orange #D92316

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.77%

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

R = 79.2%
G = 12.77%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D92316 (or 0xD92316) is known color: Harley Davidson Orange. HEX triplet: D9, 23 and 16. RGB value is (217,35,22). Sum of RGB (Red+Green+Blue) = 217+35+22=274 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.20% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 217 - color contains mainly: red. Hex color #D92316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92316 is #26DCE9. Grayscale: #585858. Windows color (decimal): -2546922 or 1450969. OLE color: 1450969.

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

Color convert

RGB 217 35 22 -
CMYK 0 0.84 0.90 0.15
HSL 0.82% 0.47% -
HSV(B) 0.9% 0.85% -
XYZ 29.36 16.01 2.3 -
YUV 87.94 90.8 220.06 -
System Red Green Blue C M Y K H S L
Decimal 217 35 22 0 0.84 0.90 0.15 4 0.82 0.47
Hex D9 23 16 0 54 5A F 4 52 2F
Octal 331 43 26 0 124 132 17 4 122 57
Binary 11011001 100011 10110 0 1010100 1011010 1111 100 1010010 101111

Color Harmonies of #D92316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92316

Black with #D92316

Text Example


Text Example

White with #D92316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92316; }

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

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

background-color css

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

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

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

border-color css

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

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

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