Html Css Color HEX #D91D1B Harley Davidson Orange

📋 copy color: '#D91D1B'

red 217 ◦ green 29 ◦ blue 27

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

Shades of Harley Davidson Orange #D91D1B

Tints of Harley Davidson Orange #D91D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.89%

R = 79.49%
G = 10.62%
B = 9.89%

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

#D91D1B (or 0xD91D1B) is known color: Harley Davidson Orange. HEX triplet: D9, 1D and 1B. RGB value is (217,29,27). Sum of RGB (Red+Green+Blue) = 217+29+27=273 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.49% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 217 - color contains mainly: red. Hex color #D91D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91D1B is #26E2E4. Grayscale: #555555. Windows color (decimal): -2548453 or 1777113. OLE color: 1777113.

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

Color convert

RGB 217 29 27 -
CMYK 0 0.87 0.88 0.15
HSL 0.63º 0.78% 0.48% -
HSV(B) 0.63º 0.88% 0.85% -
XYZ 29.25 15.71 2.53 -
YUV 84.98 95.28 222.16 -
System Red Green Blue C M Y K H S L
Decimal 217 29 27 0 0.87 0.88 0.15 0.63 0.78 0.48
Hex D9 1D 1B 0 57 58 F 1 4E 30
Octal 331 35 33 0 127 130 17 1 116 60
Binary 11011001 11101 11011 0 1010111 1011000 1111 1 1001110 110000

Color Harmonies of #D91D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91D1B

Black with #D91D1B

Text Example


Text Example

White with #D91D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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