Html Css Color HEX #D81F19 Harley Davidson Orange

📋 copy color: '#D81F19'

red 216 ◦ green 31 ◦ blue 25

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

Shades of Harley Davidson Orange #D81F19

Tints of Harley Davidson Orange #D81F19

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.4%

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

R = 79.41%
G = 11.4%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D81F19 (or 0xD81F19) is known color: Harley Davidson Orange. HEX triplet: D8, 1F and 19. RGB value is (216,31,25). Sum of RGB (Red+Green+Blue) = 216+31+25=272 (36% of max value = 765). Red value is 216 (84.77% from 255 or 79.41% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 216 - color contains mainly: red. Hex color #D81F19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D81F19 is #27E0E6. Grayscale: #555555. Windows color (decimal): -2613479 or 1646552. OLE color: 1646552.

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

Color convert

RGB 216 31 25 -
CMYK 0 0.86 0.88 0.15
HSL 1.88º 0.79% 0.47% -
HSV(B) 1.88º 0.88% 0.85% -
XYZ 28.98 15.65 2.41 -
YUV 85.63 93.79 220.99 -
System Red Green Blue C M Y K H S L
Decimal 216 31 25 0 0.86 0.88 0.15 1.88 0.79 0.47
Hex D8 1F 19 0 56 58 F 2 4F 2F
Octal 330 37 31 0 126 130 17 2 117 57
Binary 11011000 11111 11001 0 1010110 1011000 1111 10 1001111 101111

Color Harmonies of #D81F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81F19

Black with #D81F19

Text Example


Text Example

White with #D81F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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