Html Css Color HEX #D81716 Harley Davidson Orange

📋 copy color: '#D81716'

red 216 ◦ green 23 ◦ blue 22

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

Shades of Harley Davidson Orange #D81716

Tints of Harley Davidson Orange #D81716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.43%

R = 82.76%
G = 8.81%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D81716 (or 0xD81716) is known color: Harley Davidson Orange. HEX triplet: D8, 17 and 16. RGB value is (216,23,22). Sum of RGB (Red+Green+Blue) = 216+23+22=261 (34% of max value = 765). Red value is 216 (84.77% from 255 or 82.76% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 216 - color contains mainly: red. Hex color #D81716 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D81716 is #27E8E9. Grayscale: #505050. Windows color (decimal): -2615530 or 1447896. OLE color: 1447896.

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

Color convert

RGB 216 23 22 -
CMYK 0 0.89 0.90 0.15
HSL 0.31º 0.82% 0.47% -
HSV(B) 0.31º 0.9% 0.85% -
XYZ 28.77 15.27 2.19 -
YUV 80.59 94.94 224.58 -
System Red Green Blue C M Y K H S L
Decimal 216 23 22 0 0.89 0.90 0.15 0.31 0.82 0.47
Hex D8 17 16 0 59 5A F 0 52 2F
Octal 330 27 26 0 131 132 17 0 122 57
Binary 11011000 10111 10110 0 1011001 1011010 1111 0 1010010 101111

Color Harmonies of #D81716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81716

Black with #D81716

Text Example


Text Example

White with #D81716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81716; }

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

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

background-color css

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

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

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

border-color css

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

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

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