Html Css Color HEX #D81919 Harley Davidson Orange

📋 copy color: '#D81919'

red 216 ◦ green 25 ◦ blue 25

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

Shades of Harley Davidson Orange #D81919

Tints of Harley Davidson Orange #D81919

RGB

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

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

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

R = 81.2%
G = 9.4%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D81919 (or 0xD81919) is known color: Harley Davidson Orange. HEX triplet: D8, 19 and 19. RGB value is (216,25,25). Sum of RGB (Red+Green+Blue) = 216+25+25=266 (35% of max value = 765). Red value is 216 (84.77% from 255 or 81.20% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 216 - color contains mainly: red. Hex color #D81919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D81919 is #27E6E6. Grayscale: #525252. Windows color (decimal): -2615015 or 1645016. OLE color: 1645016.

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

Color convert

RGB 216 25 25 -
CMYK 0 0.88 0.88 0.15
HSL 0.79% 0.47% -
HSV(B) 0.88% 0.85% -
XYZ 28.84 15.36 2.37 -
YUV 82.11 95.78 223.5 -
System Red Green Blue C M Y K H S L
Decimal 216 25 25 0 0.88 0.88 0.15 0 0.79 0.47
Hex D8 19 19 0 58 58 F 0 4F 2F
Octal 330 31 31 0 130 130 17 0 117 57
Binary 11011000 11001 11001 0 1011000 1011000 1111 0 1001111 101111

Color Harmonies of #D81919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81919

Black with #D81919

Text Example


Text Example

White with #D81919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81919; }

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

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

background-color css

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

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

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

border-color css

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

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

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