Html Css Color HEX #D91D0F Harley Davidson Orange

📋 copy color: '#D91D0F'

red 217 ◦ green 29 ◦ blue 15

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

Shades of Harley Davidson Orange #D91D0F

Tints of Harley Davidson Orange #D91D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.75%

R = 83.14%
G = 11.11%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D91D0F (or 0xD91D0F) is known color: Harley Davidson Orange. HEX triplet: D9, 1D and 0F. RGB value is (217,29,15). Sum of RGB (Red+Green+Blue) = 217+29+15=261 (34% of max value = 765). Red value is 217 (85.16% from 255 or 83.14% from 261); Green value is 29 (11.72% from 255 or 11.11% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 217 - color contains mainly: red. Hex color #D91D0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D91D0F is #26E2F0. Grayscale: #535353. Windows color (decimal): -2548465 or 990681. OLE color: 990681.

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

Color convert

RGB 217 29 15 -
CMYK 0 0.87 0.93 0.15
HSL 4.16º 0.87% 0.45% -
HSV(B) 4.16º 0.93% 0.85% -
XYZ 29.14 15.66 1.94 -
YUV 83.62 89.28 223.14 -
System Red Green Blue C M Y K H S L
Decimal 217 29 15 0 0.87 0.93 0.15 4.16 0.87 0.45
Hex D9 1D F 0 57 5D F 4 57 2D
Octal 331 35 17 0 127 135 17 4 127 55
Binary 11011001 11101 1111 0 1010111 1011101 1111 100 1010111 101101

Color Harmonies of #D91D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91D0F

Black with #D91D0F

Text Example


Text Example

White with #D91D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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