Html Css Color HEX #D91918 Harley Davidson Orange

📋 copy color: '#D91918'

red 217 ◦ green 25 ◦ blue 24

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

Shades of Harley Davidson Orange #D91918

Tints of Harley Davidson Orange #D91918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.02%

R = 81.58%
G = 9.4%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D91918 (or 0xD91918) is known color: Harley Davidson Orange. HEX triplet: D9, 19 and 18. RGB value is (217,25,24). Sum of RGB (Red+Green+Blue) = 217+25+24=266 (35% of max value = 765). Red value is 217 (85.16% from 255 or 81.58% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 217 - color contains mainly: red. Hex color #D91918 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D91918 is #26E6E7. Grayscale: #525252. Windows color (decimal): -2549480 or 1579481. OLE color: 1579481.

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

Color convert

RGB 217 25 24 -
CMYK 0 0.88 0.89 0.15
HSL 0.31º 0.8% 0.47% -
HSV(B) 0.31º 0.89% 0.85% -
XYZ 29.13 15.51 2.32 -
YUV 82.29 95.11 224.08 -
System Red Green Blue C M Y K H S L
Decimal 217 25 24 0 0.88 0.89 0.15 0.31 0.8 0.47
Hex D9 19 18 0 58 59 F 0 50 2F
Octal 331 31 30 0 130 131 17 0 120 57
Binary 11011001 11001 11000 0 1011000 1011001 1111 0 1010000 101111

Color Harmonies of #D91918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91918

Black with #D91918

Text Example


Text Example

White with #D91918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91918; }

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

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

background-color css

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

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

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

border-color css

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

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

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