Html Css Color HEX #D81C16 Harley Davidson Orange

📋 copy color: '#D81C16'

red 216 ◦ green 28 ◦ blue 22

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

Shades of Harley Davidson Orange #D81C16

Tints of Harley Davidson Orange #D81C16

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.53%

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

R = 81.2%
G = 10.53%
B = 8.27%

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

#D81C16 (or 0xD81C16) is known color: Harley Davidson Orange. HEX triplet: D8, 1C and 16. RGB value is (216,28,22). Sum of RGB (Red+Green+Blue) = 216+28+22=266 (35% of max value = 765). Red value is 216 (84.77% from 255 or 81.20% from 266); Green value is 28 (11.33% from 255 or 10.53% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 216 - color contains mainly: red. Hex color #D81C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D81C16 is #27E3E9. Grayscale: #535353. Windows color (decimal): -2614250 or 1449176. OLE color: 1449176.

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

Color convert

RGB 216 28 22 -
CMYK 0 0.87 0.90 0.15
HSL 1.86º 0.82% 0.47% -
HSV(B) 1.86º 0.9% 0.85% -
XYZ 28.88 15.49 2.23 -
YUV 83.53 93.28 222.49 -
System Red Green Blue C M Y K H S L
Decimal 216 28 22 0 0.87 0.90 0.15 1.86 0.82 0.47
Hex D8 1C 16 0 57 5A F 2 52 2F
Octal 330 34 26 0 127 132 17 2 122 57
Binary 11011000 11100 10110 0 1010111 1011010 1111 10 1010010 101111

Color Harmonies of #D81C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81C16

Black with #D81C16

Text Example


Text Example

White with #D81C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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