Html Css Color HEX #D91919 Harley Davidson Orange

📋 copy color: '#D91919'

red 217 ◦ green 25 ◦ blue 25

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

Shades of Harley Davidson Orange #D91919

Tints of Harley Davidson Orange #D91919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.36%

R = 81.27%
G = 9.36%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D91919 (or 0xD91919) is known color: Harley Davidson Orange. HEX triplet: D9, 19 and 19. RGB value is (217,25,25). Sum of RGB (Red+Green+Blue) = 217+25+25=267 (35% of max value = 765). Red value is 217 (85.16% from 255 or 81.27% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 217 - color contains mainly: red. Hex color #D91919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D91919 is #26E6E6. Grayscale: #525252. Windows color (decimal): -2549479 or 1645017. OLE color: 1645017.

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

Color convert

RGB 217 25 25 -
CMYK 0 0.88 0.88 0.15
HSL 0.79% 0.47% -
HSV(B) 0.88% 0.85% -
XYZ 29.14 15.52 2.38 -
YUV 82.41 95.61 224 -
System Red Green Blue C M Y K H S L
Decimal 217 25 25 0 0.88 0.88 0.15 0 0.79 0.47
Hex D9 19 19 0 58 58 F 0 4F 2F
Octal 331 31 31 0 130 130 17 0 117 57
Binary 11011001 11001 11001 0 1011000 1011000 1111 0 1001111 101111

Color Harmonies of #D91919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91919

Black with #D91919

Text Example


Text Example

White with #D91919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91919; }

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

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

background-color css

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

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

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

border-color css

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

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

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