Html Css Color HEX #D92014 Harley Davidson Orange

📋 copy color: '#D92014'

red 217 ◦ green 32 ◦ blue 20

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

Shades of Harley Davidson Orange #D92014

Tints of Harley Davidson Orange #D92014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.43%

R = 80.67%
G = 11.9%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D92014 (or 0xD92014) is known color: Harley Davidson Orange. HEX triplet: D9, 20 and 14. RGB value is (217,32,20). Sum of RGB (Red+Green+Blue) = 217+32+20=269 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.67% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 217 - color contains mainly: red. Hex color #D92014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92014 is #26DFEB. Grayscale: #565656. Windows color (decimal): -2547692 or 1319129. OLE color: 1319129.

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

Color convert

RGB 217 32 20 -
CMYK 0 0.85 0.91 0.15
HSL 3.65º 0.83% 0.46% -
HSV(B) 3.65º 0.91% 0.85% -
XYZ 29.26 15.84 2.18 -
YUV 85.95 90.79 221.48 -
System Red Green Blue C M Y K H S L
Decimal 217 32 20 0 0.85 0.91 0.15 3.65 0.83 0.46
Hex D9 20 14 0 55 5B F 4 53 2E
Octal 331 40 24 0 125 133 17 4 123 56
Binary 11011001 100000 10100 0 1010101 1011011 1111 100 1010011 101110

Color Harmonies of #D92014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92014

Black with #D92014

Text Example


Text Example

White with #D92014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92014; }

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

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

background-color css

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

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

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

border-color css

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

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

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