Html Css Color HEX #D81611 Harley Davidson Orange

📋 copy color: '#D81611'

red 216 ◦ green 22 ◦ blue 17

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

Shades of Harley Davidson Orange #D81611

Tints of Harley Davidson Orange #D81611

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.63%

 BLUE value IS 17 (7.03% from 255) = 6.67%

R = 84.71%
G = 8.63%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D81611 (or 0xD81611) is known color: Harley Davidson Orange. HEX triplet: D8, 16 and 11. RGB value is (216,22,17). Sum of RGB (Red+Green+Blue) = 216+22+17=255 (33% of max value = 765). Red value is 216 (84.77% from 255 or 84.71% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 216 - color contains mainly: red. Hex color #D81611 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D81611 is #27E9EE. Grayscale: #4F4F4F. Windows color (decimal): -2615791 or 1119960. OLE color: 1119960.

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

Color convert

RGB 216 22 17 -
CMYK 0 0.90 0.92 0.15
HSL 1.51º 0.85% 0.46% -
HSV(B) 1.51º 0.92% 0.85% -
XYZ 28.71 15.21 1.95 -
YUV 79.44 92.77 225.41 -
System Red Green Blue C M Y K H S L
Decimal 216 22 17 0 0.90 0.92 0.15 1.51 0.85 0.46
Hex D8 16 11 0 5A 5C F 2 55 2E
Octal 330 26 21 0 132 134 17 2 125 56
Binary 11011000 10110 10001 0 1011010 1011100 1111 10 1010101 101110

Color Harmonies of #D81611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81611

Black with #D81611

Text Example


Text Example

White with #D81611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81611; }

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

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

background-color css

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

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

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

border-color css

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

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

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