Html Css Color HEX #D81D15 Harley Davidson Orange

📋 copy color: '#D81D15'

red 216 ◦ green 29 ◦ blue 21

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

Shades of Harley Davidson Orange #D81D15

Tints of Harley Davidson Orange #D81D15

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.9%

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

R = 81.2%
G = 10.9%
B = 7.89%

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

#D81D15 (or 0xD81D15) is known color: Harley Davidson Orange. HEX triplet: D8, 1D and 15. RGB value is (216,29,21). Sum of RGB (Red+Green+Blue) = 216+29+21=266 (35% of max value = 765). Red value is 216 (84.77% from 255 or 81.20% from 266); Green value is 29 (11.72% from 255 or 10.90% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D81D15 is #27E2EA. Grayscale: #545454. Windows color (decimal): -2613995 or 1383896. OLE color: 1383896.

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

Color convert

RGB 216 29 21 -
CMYK 0 0.87 0.90 0.15
HSL 2.46º 0.82% 0.46% -
HSV(B) 2.46º 0.9% 0.85% -
XYZ 28.89 15.53 2.18 -
YUV 84 92.45 222.15 -
System Red Green Blue C M Y K H S L
Decimal 216 29 21 0 0.87 0.90 0.15 2.46 0.82 0.46
Hex D8 1D 15 0 57 5A F 2 52 2E
Octal 330 35 25 0 127 132 17 2 122 56
Binary 11011000 11101 10101 0 1010111 1011010 1111 10 1010010 101110

Color Harmonies of #D81D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81D15

Black with #D81D15

Text Example


Text Example

White with #D81D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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