Html Css Color HEX #D81916 Harley Davidson Orange

📋 copy color: '#D81916'

red 216 ◦ green 25 ◦ blue 22

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

Shades of Harley Davidson Orange #D81916

Tints of Harley Davidson Orange #D81916

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.51%

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

R = 82.13%
G = 9.51%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D81916 (or 0xD81916) is known color: Harley Davidson Orange. HEX triplet: D8, 19 and 16. RGB value is (216,25,22). Sum of RGB (Red+Green+Blue) = 216+25+22=263 (34% of max value = 765). Red value is 216 (84.77% from 255 or 82.13% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 216 - color contains mainly: red. Hex color #D81916 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D81916 is #27E6E9. Grayscale: #515151. Windows color (decimal): -2615018 or 1448408. OLE color: 1448408.

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

Color convert

RGB 216 25 22 -
CMYK 0 0.88 0.90 0.15
HSL 0.93º 0.82% 0.47% -
HSV(B) 0.93º 0.9% 0.85% -
XYZ 28.81 15.35 2.2 -
YUV 81.77 94.28 223.74 -
System Red Green Blue C M Y K H S L
Decimal 216 25 22 0 0.88 0.90 0.15 0.93 0.82 0.47
Hex D8 19 16 0 58 5A F 1 52 2F
Octal 330 31 26 0 130 132 17 1 122 57
Binary 11011000 11001 10110 0 1011000 1011010 1111 1 1010010 101111

Color Harmonies of #D81916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81916

Black with #D81916

Text Example


Text Example

White with #D81916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81916; }

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

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

background-color css

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

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

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

border-color css

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

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

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