Html Css Color HEX #D81D19 Harley Davidson Orange

📋 copy color: '#D81D19'

red 216 ◦ green 29 ◦ blue 25

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

Shades of Harley Davidson Orange #D81D19

Tints of Harley Davidson Orange #D81D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.26%

R = 80%
G = 10.74%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D81D19 (or 0xD81D19) is known color: Harley Davidson Orange. HEX triplet: D8, 1D and 19. RGB value is (216,29,25). Sum of RGB (Red+Green+Blue) = 216+29+25=270 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D81D19 is #27E2E6. Grayscale: #545454. Windows color (decimal): -2613991 or 1646040. OLE color: 1646040.

HSL color Cylindrical-coordinate representation of color #D81D19: hue angle of 1.26º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81D19 is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 29 25 -
CMYK 0 0.87 0.88 0.15
HSL 1.26º 0.79% 0.47% -
HSV(B) 1.26º 0.88% 0.85% -
XYZ 28.93 15.55 2.4 -
YUV 84.46 94.45 221.83 -
System Red Green Blue C M Y K H S L
Decimal 216 29 25 0 0.87 0.88 0.15 1.26 0.79 0.47
Hex D8 1D 19 0 57 58 F 1 4F 2F
Octal 330 35 31 0 127 130 17 1 117 57
Binary 11011000 11101 11001 0 1010111 1011000 1111 1 1001111 101111

Color Harmonies of #D81D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81D19

Black with #D81D19

Text Example


Text Example

White with #D81D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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