Html Css Color HEX #D91915 Harley Davidson Orange

📋 copy color: '#D91915'

red 217 ◦ green 25 ◦ blue 21

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

Shades of Harley Davidson Orange #D91915

Tints of Harley Davidson Orange #D91915

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.51%

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

R = 82.51%
G = 9.51%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D91915 (or 0xD91915) is known color: Harley Davidson Orange. HEX triplet: D9, 19 and 15. RGB value is (217,25,21). Sum of RGB (Red+Green+Blue) = 217+25+21=263 (34% of max value = 765). Red value is 217 (85.16% from 255 or 82.51% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 217 - color contains mainly: red. Hex color #D91915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D91915 is #26E6EA. Grayscale: #525252. Windows color (decimal): -2549483 or 1382873. OLE color: 1382873.

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

Color convert

RGB 217 25 21 -
CMYK 0 0.88 0.90 0.15
HSL 1.22º 0.82% 0.47% -
HSV(B) 1.22º 0.9% 0.85% -
XYZ 29.1 15.5 2.17 -
YUV 81.95 93.61 224.33 -
System Red Green Blue C M Y K H S L
Decimal 217 25 21 0 0.88 0.90 0.15 1.22 0.82 0.47
Hex D9 19 15 0 58 5A F 1 52 2F
Octal 331 31 25 0 130 132 17 1 122 57
Binary 11011001 11001 10101 0 1011000 1011010 1111 1 1010010 101111

Color Harmonies of #D91915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91915

Black with #D91915

Text Example


Text Example

White with #D91915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91915; }

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

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

background-color css

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

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

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

border-color css

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

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

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