Html Css Color HEX #D91715 Harley Davidson Orange

📋 copy color: '#D91715'

red 217 ◦ green 23 ◦ blue 21

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

Shades of Harley Davidson Orange #D91715

Tints of Harley Davidson Orange #D91715

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.81%

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

R = 83.14%
G = 8.81%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D91715 (or 0xD91715) is known color: Harley Davidson Orange. HEX triplet: D9, 17 and 15. RGB value is (217,23,21). Sum of RGB (Red+Green+Blue) = 217+23+21=261 (34% of max value = 765). Red value is 217 (85.16% from 255 or 83.14% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 217 - color contains mainly: red. Hex color #D91715 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D91715 is #26E8EA. Grayscale: #505050. Windows color (decimal): -2549995 or 1382361. OLE color: 1382361.

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

Color convert

RGB 217 23 21 -
CMYK 0 0.89 0.90 0.15
HSL 0.61º 0.82% 0.47% -
HSV(B) 0.61º 0.9% 0.85% -
XYZ 29.06 15.42 2.15 -
YUV 80.78 94.27 225.16 -
System Red Green Blue C M Y K H S L
Decimal 217 23 21 0 0.89 0.90 0.15 0.61 0.82 0.47
Hex D9 17 15 0 59 5A F 1 52 2F
Octal 331 27 25 0 131 132 17 1 122 57
Binary 11011001 10111 10101 0 1011001 1011010 1111 1 1010010 101111

Color Harmonies of #D91715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91715

Black with #D91715

Text Example


Text Example

White with #D91715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91715; }

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

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

background-color css

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

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

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

border-color css

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

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

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