Html Css Color HEX #D92310 Harley Davidson Orange

📋 copy color: '#D92310'

red 217 ◦ green 35 ◦ blue 16

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

Shades of Harley Davidson Orange #D92310

Tints of Harley Davidson Orange #D92310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.97%

R = 80.97%
G = 13.06%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D92310 (or 0xD92310) is known color: Harley Davidson Orange. HEX triplet: D9, 23 and 10. RGB value is (217,35,16). Sum of RGB (Red+Green+Blue) = 217+35+16=268 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.97% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 217 - color contains mainly: red. Hex color #D92310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92310 is #26DCEF. Grayscale: #575757. Windows color (decimal): -2546928 or 1057753. OLE color: 1057753.

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

Color convert

RGB 217 35 16 -
CMYK 0 0.84 0.93 0.15
HSL 5.67º 0.86% 0.46% -
HSV(B) 5.67º 0.93% 0.85% -
XYZ 29.31 15.99 2.03 -
YUV 87.25 87.8 220.54 -
System Red Green Blue C M Y K H S L
Decimal 217 35 16 0 0.84 0.93 0.15 5.67 0.86 0.46
Hex D9 23 10 0 54 5D F 6 56 2E
Octal 331 43 20 0 124 135 17 6 126 56
Binary 11011001 100011 10000 0 1010100 1011101 1111 110 1010110 101110

Color Harmonies of #D92310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92310

Black with #D92310

Text Example


Text Example

White with #D92310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92310; }

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

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

background-color css

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

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

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

border-color css

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

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

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