Html Css Color HEX #D81712 Harley Davidson Orange

📋 copy color: '#D81712'

red 216 ◦ green 23 ◦ blue 18

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

Shades of Harley Davidson Orange #D81712

Tints of Harley Davidson Orange #D81712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7%

R = 84.05%
G = 8.95%
B = 7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D81712 (or 0xD81712) is known color: Harley Davidson Orange. HEX triplet: D8, 17 and 12. RGB value is (216,23,18). Sum of RGB (Red+Green+Blue) = 216+23+18=257 (34% of max value = 765). Red value is 216 (84.77% from 255 or 84.05% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 216 - color contains mainly: red. Hex color #D81712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D81712 is #27E8ED. Grayscale: #505050. Windows color (decimal): -2615534 or 1185752. OLE color: 1185752.

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

Color convert

RGB 216 23 18 -
CMYK 0 0.89 0.92 0.15
HSL 1.52º 0.85% 0.46% -
HSV(B) 1.52º 0.92% 0.85% -
XYZ 28.73 15.26 2 -
YUV 80.14 92.94 224.91 -
System Red Green Blue C M Y K H S L
Decimal 216 23 18 0 0.89 0.92 0.15 1.52 0.85 0.46
Hex D8 17 12 0 59 5C F 2 55 2E
Octal 330 27 22 0 131 134 17 2 125 56
Binary 11011000 10111 10010 0 1011001 1011100 1111 10 1010101 101110

Color Harmonies of #D81712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81712

Black with #D81712

Text Example


Text Example

White with #D81712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81712; }

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

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

background-color css

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

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

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

border-color css

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

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

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