Html Css Color HEX #D91D19 Harley Davidson Orange

📋 copy color: '#D91D19'

red 217 ◦ green 29 ◦ blue 25

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

Shades of Harley Davidson Orange #D91D19

Tints of Harley Davidson Orange #D91D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.23%

R = 80.07%
G = 10.7%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D91D19 (or 0xD91D19) is known color: Harley Davidson Orange. HEX triplet: D9, 1D and 19. RGB value is (217,29,25). Sum of RGB (Red+Green+Blue) = 217+29+25=271 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.07% from 271); Green value is 29 (11.72% from 255 or 10.70% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 217 - color contains mainly: red. Hex color #D91D19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D91D19 is #26E2E6. Grayscale: #545454. Windows color (decimal): -2548455 or 1646041. OLE color: 1646041.

HSL color Cylindrical-coordinate representation of color #D91D19: hue angle of 1.25º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91D19 is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 29 25 -
CMYK 0 0.87 0.88 0.15
HSL 1.25º 0.79% 0.47% -
HSV(B) 1.25º 0.88% 0.85% -
XYZ 29.23 15.7 2.41 -
YUV 84.76 94.28 222.33 -
System Red Green Blue C M Y K H S L
Decimal 217 29 25 0 0.87 0.88 0.15 1.25 0.79 0.47
Hex D9 1D 19 0 57 58 F 1 4F 2F
Octal 331 35 31 0 127 130 17 1 117 57
Binary 11011001 11101 11001 0 1010111 1011000 1111 1 1001111 101111

Color Harmonies of #D91D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91D19

Black with #D91D19

Text Example


Text Example

White with #D91D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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