Html Css Color HEX #D82719 Harley Davidson Orange

📋 copy color: '#D82719'

red 216 ◦ green 39 ◦ blue 25

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

Shades of Harley Davidson Orange #D82719

Tints of Harley Davidson Orange #D82719

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.93%

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

R = 77.14%
G = 13.93%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D82719 (or 0xD82719) is known color: Harley Davidson Orange. HEX triplet: D8, 27 and 19. RGB value is (216,39,25). Sum of RGB (Red+Green+Blue) = 216+39+25=280 (37% of max value = 765). Red value is 216 (84.77% from 255 or 77.14% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 25 (10.16% from 255 or 8.93% from 280); Max value from RGB is 216 - color contains mainly: red. Hex color #D82719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82719 is #27D8E6. Grayscale: #5A5A5A. Windows color (decimal): -2611431 or 1648600. OLE color: 1648600.

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

Color convert

RGB 216 39 25 -
CMYK 0 0.82 0.88 0.15
HSL 4.4º 0.79% 0.47% -
HSV(B) 4.4º 0.88% 0.85% -
XYZ 29.22 16.12 2.49 -
YUV 90.33 91.14 217.64 -
System Red Green Blue C M Y K H S L
Decimal 216 39 25 0 0.82 0.88 0.15 4.4 0.79 0.47
Hex D8 27 19 0 52 58 F 4 4F 2F
Octal 330 47 31 0 122 130 17 4 117 57
Binary 11011000 100111 11001 0 1010010 1011000 1111 100 1001111 101111

Color Harmonies of #D82719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82719

Black with #D82719

Text Example


Text Example

White with #D82719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82719; }

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

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

background-color css

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

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

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

border-color css

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

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

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