Html Css Color HEX #D81915 Harley Davidson Orange

📋 copy color: '#D81915'

red 216 ◦ green 25 ◦ blue 21

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

Shades of Harley Davidson Orange #D81915

Tints of Harley Davidson Orange #D81915

RGB

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

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

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

R = 82.44%
G = 9.54%
B = 8.02%

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

#D81915 (or 0xD81915) is known color: Harley Davidson Orange. HEX triplet: D8, 19 and 15. RGB value is (216,25,21). Sum of RGB (Red+Green+Blue) = 216+25+21=262 (34% of max value = 765). Red value is 216 (84.77% from 255 or 82.44% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 216 - color contains mainly: red. Hex color #D81915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D81915 is #27E6EA. Grayscale: #515151. Windows color (decimal): -2615019 or 1382872. OLE color: 1382872.

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

Color convert

RGB 216 25 21 -
CMYK 0 0.88 0.90 0.15
HSL 1.23º 0.82% 0.46% -
HSV(B) 1.23º 0.9% 0.85% -
XYZ 28.8 15.35 2.15 -
YUV 81.65 93.78 223.83 -
System Red Green Blue C M Y K H S L
Decimal 216 25 21 0 0.88 0.90 0.15 1.23 0.82 0.46
Hex D8 19 15 0 58 5A F 1 52 2E
Octal 330 31 25 0 130 132 17 1 122 56
Binary 11011000 11001 10101 0 1011000 1011010 1111 1 1010010 101110

Color Harmonies of #D81915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81915

Black with #D81915

Text Example


Text Example

White with #D81915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81915; }

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

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

background-color css

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

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

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

border-color css

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

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

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