Html Css Color HEX #D81D16 Harley Davidson Orange

📋 copy color: '#D81D16'

red 216 ◦ green 29 ◦ blue 22

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

Shades of Harley Davidson Orange #D81D16

Tints of Harley Davidson Orange #D81D16

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.86%

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

R = 80.9%
G = 10.86%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D81D16 (or 0xD81D16) is known color: Harley Davidson Orange. HEX triplet: D8, 1D and 16. RGB value is (216,29,22). Sum of RGB (Red+Green+Blue) = 216+29+22=267 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.90% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D81D16 is #27E2E9. Grayscale: #545454. Windows color (decimal): -2613994 or 1449432. OLE color: 1449432.

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

Color convert

RGB 216 29 22 -
CMYK 0 0.87 0.90 0.15
HSL 2.16º 0.82% 0.47% -
HSV(B) 2.16º 0.9% 0.85% -
XYZ 28.9 15.54 2.23 -
YUV 84.12 92.95 222.07 -
System Red Green Blue C M Y K H S L
Decimal 216 29 22 0 0.87 0.90 0.15 2.16 0.82 0.47
Hex D8 1D 16 0 57 5A F 2 52 2F
Octal 330 35 26 0 127 132 17 2 122 57
Binary 11011000 11101 10110 0 1010111 1011010 1111 10 1010010 101111

Color Harmonies of #D81D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81D16

Black with #D81D16

Text Example


Text Example

White with #D81D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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