Html Css Color HEX #D92019 Harley Davidson Orange

📋 copy color: '#D92019'

red 217 ◦ green 32 ◦ blue 25

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

Shades of Harley Davidson Orange #D92019

Tints of Harley Davidson Orange #D92019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.68%

 BLUE value IS 25 (10.16% from 255) = 9.12%

R = 79.2%
G = 11.68%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D92019 (or 0xD92019) is known color: Harley Davidson Orange. HEX triplet: D9, 20 and 19. RGB value is (217,32,25). Sum of RGB (Red+Green+Blue) = 217+32+25=274 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.20% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 25 (10.16% from 255 or 9.12% from 274); Max value from RGB is 217 - color contains mainly: red. Hex color #D92019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92019 is #26DFE6. Grayscale: #565656. Windows color (decimal): -2547687 or 1646809. OLE color: 1646809.

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

Color convert

RGB 217 32 25 -
CMYK 0 0.85 0.88 0.15
HSL 2.19º 0.79% 0.47% -
HSV(B) 2.19º 0.88% 0.85% -
XYZ 29.31 15.85 2.44 -
YUV 86.52 93.29 221.07 -
System Red Green Blue C M Y K H S L
Decimal 217 32 25 0 0.85 0.88 0.15 2.19 0.79 0.47
Hex D9 20 19 0 55 58 F 2 4F 2F
Octal 331 40 31 0 125 130 17 2 117 57
Binary 11011001 100000 11001 0 1010101 1011000 1111 10 1001111 101111

Color Harmonies of #D92019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92019

Black with #D92019

Text Example


Text Example

White with #D92019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92019; }

 p { color: rgb(217,32,25); }

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

background-color css

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

 a { background-color: rgb(217,32,25); }

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

border-color css

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

 span { border-color: rgb(217,32,25); }

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