Html Css Color HEX #D91C15 Harley Davidson Orange

📋 copy color: '#D91C15'

red 217 ◦ green 28 ◦ blue 21

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

Shades of Harley Davidson Orange #D91C15

Tints of Harley Davidson Orange #D91C15

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.53%

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

R = 81.58%
G = 10.53%
B = 7.89%

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

#D91C15 (or 0xD91C15) is known color: Harley Davidson Orange. HEX triplet: D9, 1C and 15. RGB value is (217,28,21). Sum of RGB (Red+Green+Blue) = 217+28+21=266 (35% of max value = 765). Red value is 217 (85.16% from 255 or 81.58% from 266); Green value is 28 (11.33% from 255 or 10.53% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 217 - color contains mainly: red. Hex color #D91C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D91C15 is #26E3EA. Grayscale: #535353. Windows color (decimal): -2548715 or 1383641. OLE color: 1383641.

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

Color convert

RGB 217 28 21 -
CMYK 0 0.87 0.90 0.15
HSL 2.14º 0.82% 0.47% -
HSV(B) 2.14º 0.9% 0.85% -
XYZ 29.17 15.64 2.19 -
YUV 83.71 92.62 223.07 -
System Red Green Blue C M Y K H S L
Decimal 217 28 21 0 0.87 0.90 0.15 2.14 0.82 0.47
Hex D9 1C 15 0 57 5A F 2 52 2F
Octal 331 34 25 0 127 132 17 2 122 57
Binary 11011001 11100 10101 0 1010111 1011010 1111 10 1010010 101111

Color Harmonies of #D91C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91C15

Black with #D91C15

Text Example


Text Example

White with #D91C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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