Html Css Color HEX #D91813 Harley Davidson Orange

📋 copy color: '#D91813'

red 217 ◦ green 24 ◦ blue 19

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

Shades of Harley Davidson Orange #D91813

Tints of Harley Davidson Orange #D91813

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.23%

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

R = 83.46%
G = 9.23%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D91813 (or 0xD91813) is known color: Harley Davidson Orange. HEX triplet: D9, 18 and 13. RGB value is (217,24,19). Sum of RGB (Red+Green+Blue) = 217+24+19=260 (34% of max value = 765). Red value is 217 (85.16% from 255 or 83.46% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 217 - color contains mainly: red. Hex color #D91813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D91813 is #26E7EC. Grayscale: #515151. Windows color (decimal): -2549741 or 1251545. OLE color: 1251545.

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

Color convert

RGB 217 24 19 -
CMYK 0 0.89 0.91 0.15
HSL 1.52º 0.84% 0.46% -
HSV(B) 1.52º 0.91% 0.85% -
XYZ 29.06 15.45 2.07 -
YUV 81.14 92.94 224.91 -
System Red Green Blue C M Y K H S L
Decimal 217 24 19 0 0.89 0.91 0.15 1.52 0.84 0.46
Hex D9 18 13 0 59 5B F 2 54 2E
Octal 331 30 23 0 131 133 17 2 124 56
Binary 11011001 11000 10011 0 1011001 1011011 1111 10 1010100 101110

Color Harmonies of #D91813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91813

Black with #D91813

Text Example


Text Example

White with #D91813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91813; }

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

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

background-color css

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

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

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

border-color css

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

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

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