Html Css Color HEX #D81715 Harley Davidson Orange

📋 copy color: '#D81715'

red 216 ◦ green 23 ◦ blue 21

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

Shades of Harley Davidson Orange #D81715

Tints of Harley Davidson Orange #D81715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.08%

R = 83.08%
G = 8.85%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D81715 (or 0xD81715) is known color: Harley Davidson Orange. HEX triplet: D8, 17 and 15. RGB value is (216,23,21). Sum of RGB (Red+Green+Blue) = 216+23+21=260 (34% of max value = 765). Red value is 216 (84.77% from 255 or 83.08% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 21 (8.59% from 255 or 8.08% from 260); Max value from RGB is 216 - color contains mainly: red. Hex color #D81715 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D81715 is #27E8EA. Grayscale: #505050. Windows color (decimal): -2615531 or 1382360. OLE color: 1382360.

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

Color convert

RGB 216 23 21 -
CMYK 0 0.89 0.90 0.15
HSL 0.62º 0.82% 0.46% -
HSV(B) 0.62º 0.9% 0.85% -
XYZ 28.76 15.27 2.14 -
YUV 80.48 94.44 224.66 -
System Red Green Blue C M Y K H S L
Decimal 216 23 21 0 0.89 0.90 0.15 0.62 0.82 0.46
Hex D8 17 15 0 59 5A F 1 52 2E
Octal 330 27 25 0 131 132 17 1 122 56
Binary 11011000 10111 10101 0 1011001 1011010 1111 1 1010010 101110

Color Harmonies of #D81715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81715

Black with #D81715

Text Example


Text Example

White with #D81715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81715; }

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

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

background-color css

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

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

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

border-color css

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

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

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