Html Css Color HEX #D92005 Harley Davidson Orange

📋 copy color: '#D92005'

red 217 ◦ green 32 ◦ blue 5

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

Shades of Harley Davidson Orange #D92005

Tints of Harley Davidson Orange #D92005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.97%

R = 85.43%
G = 12.6%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D92005 (or 0xD92005) is known color: Harley Davidson Orange. HEX triplet: D9, 20 and 05. RGB value is (217,32,5). Sum of RGB (Red+Green+Blue) = 217+32+5=254 (33% of max value = 765). Red value is 217 (85.16% from 255 or 85.43% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 217 - color contains mainly: red. Hex color #D92005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92005 is #26DFFA. Grayscale: #545454. Windows color (decimal): -2547707 or 336089. OLE color: 336089.

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

Color convert

RGB 217 32 5 -
CMYK 0 0.85 0.98 0.15
HSL 7.64º 0.95% 0.44% -
HSV(B) 7.64º 0.98% 0.85% -
XYZ 29.16 15.8 1.66 -
YUV 84.24 83.29 222.7 -
System Red Green Blue C M Y K H S L
Decimal 217 32 5 0 0.85 0.98 0.15 7.64 0.95 0.44
Hex D9 20 5 0 55 62 F 8 5F 2C
Octal 331 40 5 0 125 142 17 10 137 54
Binary 11011001 100000 101 0 1010101 1100010 1111 1000 1011111 101100

Color Harmonies of #D92005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92005

Black with #D92005

Text Example


Text Example

White with #D92005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92005; }

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

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

background-color css

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

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

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

border-color css

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

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

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