Html Css Color HEX #D91D15 Harley Davidson Orange

📋 copy color: '#D91D15'

red 217 ◦ green 29 ◦ blue 21

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

Shades of Harley Davidson Orange #D91D15

Tints of Harley Davidson Orange #D91D15

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.86%

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

R = 81.27%
G = 10.86%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D91D15 (or 0xD91D15) is known color: Harley Davidson Orange. HEX triplet: D9, 1D and 15. RGB value is (217,29,21). Sum of RGB (Red+Green+Blue) = 217+29+21=267 (35% of max value = 765). Red value is 217 (85.16% from 255 or 81.27% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 217 - color contains mainly: red. Hex color #D91D15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D91D15 is #26E2EA. Grayscale: #545454. Windows color (decimal): -2548459 or 1383897. OLE color: 1383897.

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

Color convert

RGB 217 29 21 -
CMYK 0 0.87 0.90 0.15
HSL 2.45º 0.82% 0.47% -
HSV(B) 2.45º 0.9% 0.85% -
XYZ 29.19 15.68 2.2 -
YUV 84.3 92.28 222.65 -
System Red Green Blue C M Y K H S L
Decimal 217 29 21 0 0.87 0.90 0.15 2.45 0.82 0.47
Hex D9 1D 15 0 57 5A F 2 52 2F
Octal 331 35 25 0 127 132 17 2 122 57
Binary 11011001 11101 10101 0 1010111 1011010 1111 10 1010010 101111

Color Harmonies of #D91D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91D15

Black with #D91D15

Text Example


Text Example

White with #D91D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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