Html Css Color HEX #D81713 Harley Davidson Orange

📋 copy color: '#D81713'

red 216 ◦ green 23 ◦ blue 19

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

Shades of Harley Davidson Orange #D81713

Tints of Harley Davidson Orange #D81713

RGB

 RED value IS 216 (84.77% from 255) = 83.72%

 GREEN value IS 23 (9.38% from 255) = 8.91%

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

R = 83.72%
G = 8.91%
B = 7.36%

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

#D81713 (or 0xD81713) is known color: Harley Davidson Orange. HEX triplet: D8, 17 and 13. RGB value is (216,23,19). Sum of RGB (Red+Green+Blue) = 216+23+19=258 (34% of max value = 765). Red value is 216 (84.77% from 255 or 83.72% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 216 - color contains mainly: red. Hex color #D81713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D81713 is #27E8EC. Grayscale: #505050. Windows color (decimal): -2615533 or 1251288. OLE color: 1251288.

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

Color convert

RGB 216 23 19 -
CMYK 0 0.89 0.91 0.15
HSL 1.22º 0.84% 0.46% -
HSV(B) 1.22º 0.91% 0.85% -
XYZ 28.74 15.26 2.05 -
YUV 80.25 93.44 224.83 -
System Red Green Blue C M Y K H S L
Decimal 216 23 19 0 0.89 0.91 0.15 1.22 0.84 0.46
Hex D8 17 13 0 59 5B F 1 54 2E
Octal 330 27 23 0 131 133 17 1 124 56
Binary 11011000 10111 10011 0 1011001 1011011 1111 1 1010100 101110

Color Harmonies of #D81713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81713

Black with #D81713

Text Example


Text Example

White with #D81713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81713; }

 p { color: rgb(216,23,19); }

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

background-color css

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

 a { background-color: rgb(216,23,19); }

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

border-color css

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

 span { border-color: rgb(216,23,19); }

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