Html Css Color HEX #D91D13 Harley Davidson Orange

📋 copy color: '#D91D13'

red 217 ◦ green 29 ◦ blue 19

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

Shades of Harley Davidson Orange #D91D13

Tints of Harley Davidson Orange #D91D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.17%

R = 81.89%
G = 10.94%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D91D13 (or 0xD91D13) is known color: Harley Davidson Orange. HEX triplet: D9, 1D and 13. RGB value is (217,29,19). Sum of RGB (Red+Green+Blue) = 217+29+19=265 (35% of max value = 765). Red value is 217 (85.16% from 255 or 81.89% from 265); Green value is 29 (11.72% from 255 or 10.94% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 217 - color contains mainly: red. Hex color #D91D13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D91D13 is #26E2EC. Grayscale: #545454. Windows color (decimal): -2548461 or 1252825. OLE color: 1252825.

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

Color convert

RGB 217 29 19 -
CMYK 0 0.87 0.91 0.15
HSL 3.03º 0.84% 0.46% -
HSV(B) 3.03º 0.91% 0.85% -
XYZ 29.17 15.68 2.1 -
YUV 84.07 91.28 222.81 -
System Red Green Blue C M Y K H S L
Decimal 217 29 19 0 0.87 0.91 0.15 3.03 0.84 0.46
Hex D9 1D 13 0 57 5B F 3 54 2E
Octal 331 35 23 0 127 133 17 3 124 56
Binary 11011001 11101 10011 0 1010111 1011011 1111 11 1010100 101110

Color Harmonies of #D91D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91D13

Black with #D91D13

Text Example


Text Example

White with #D91D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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