Html Css Color HEX #D92115 Harley Davidson Orange

📋 copy color: '#D92115'

red 217 ◦ green 33 ◦ blue 21

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

Shades of Harley Davidson Orange #D92115

Tints of Harley Davidson Orange #D92115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.18%

 BLUE value IS 21 (8.59% from 255) = 7.75%

R = 80.07%
G = 12.18%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D92115 (or 0xD92115) is known color: Harley Davidson Orange. HEX triplet: D9, 21 and 15. RGB value is (217,33,21). Sum of RGB (Red+Green+Blue) = 217+33+21=271 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.07% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 217 - color contains mainly: red. Hex color #D92115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92115 is #26DEEA. Grayscale: #565656. Windows color (decimal): -2547435 or 1384921. OLE color: 1384921.

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

Color convert

RGB 217 33 21 -
CMYK 0 0.85 0.90 0.15
HSL 3.67º 0.82% 0.47% -
HSV(B) 3.67º 0.9% 0.85% -
XYZ 29.29 15.89 2.23 -
YUV 86.65 90.96 220.98 -
System Red Green Blue C M Y K H S L
Decimal 217 33 21 0 0.85 0.90 0.15 3.67 0.82 0.47
Hex D9 21 15 0 55 5A F 4 52 2F
Octal 331 41 25 0 125 132 17 4 122 57
Binary 11011001 100001 10101 0 1010101 1011010 1111 100 1010010 101111

Color Harmonies of #D92115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92115

Black with #D92115

Text Example


Text Example

White with #D92115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92115; }

 p { color: rgb(217,33,21); }

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

background-color css

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

 a { background-color: rgb(217,33,21); }

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

border-color css

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

 span { border-color: rgb(217,33,21); }

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