Html Css Color HEX #D91913 Harley Davidson Orange

📋 copy color: '#D91913'

red 217 ◦ green 25 ◦ blue 19

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

Shades of Harley Davidson Orange #D91913

Tints of Harley Davidson Orange #D91913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.28%

R = 83.14%
G = 9.58%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D91913 (or 0xD91913) is known color: Harley Davidson Orange. HEX triplet: D9, 19 and 13. RGB value is (217,25,19). Sum of RGB (Red+Green+Blue) = 217+25+19=261 (34% of max value = 765). Red value is 217 (85.16% from 255 or 83.14% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 217 - color contains mainly: red. Hex color #D91913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D91913 is #26E6EC. Grayscale: #515151. Windows color (decimal): -2549485 or 1251801. OLE color: 1251801.

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

Color convert

RGB 217 25 19 -
CMYK 0 0.88 0.91 0.15
HSL 1.82º 0.84% 0.46% -
HSV(B) 1.82º 0.91% 0.85% -
XYZ 29.08 15.49 2.07 -
YUV 81.72 92.61 224.49 -
System Red Green Blue C M Y K H S L
Decimal 217 25 19 0 0.88 0.91 0.15 1.82 0.84 0.46
Hex D9 19 13 0 58 5B F 2 54 2E
Octal 331 31 23 0 130 133 17 2 124 56
Binary 11011001 11001 10011 0 1011000 1011011 1111 10 1010100 101110

Color Harmonies of #D91913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91913

Black with #D91913

Text Example


Text Example

White with #D91913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91913; }

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

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

background-color css

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

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

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

border-color css

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

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

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