Html Css Color HEX #D82919 Harley Davidson Orange

📋 copy color: '#D82919'

red 216 ◦ green 41 ◦ blue 25

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

Shades of Harley Davidson Orange #D82919

Tints of Harley Davidson Orange #D82919

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.54%

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

R = 76.6%
G = 14.54%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D82919 (or 0xD82919) is known color: Harley Davidson Orange. HEX triplet: D8, 29 and 19. RGB value is (216,41,25). Sum of RGB (Red+Green+Blue) = 216+41+25=282 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.60% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 216 - color contains mainly: red. Hex color #D82919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82919 is #27D6E6. Grayscale: #5B5B5B. Windows color (decimal): -2610919 or 1649112. OLE color: 1649112.

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

Color convert

RGB 216 41 25 -
CMYK 0 0.81 0.88 0.15
HSL 5.03º 0.79% 0.47% -
HSV(B) 5.03º 0.88% 0.85% -
XYZ 29.29 16.25 2.51 -
YUV 91.5 90.48 216.8 -
System Red Green Blue C M Y K H S L
Decimal 216 41 25 0 0.81 0.88 0.15 5.03 0.79 0.47
Hex D8 29 19 0 51 58 F 5 4F 2F
Octal 330 51 31 0 121 130 17 5 117 57
Binary 11011000 101001 11001 0 1010001 1011000 1111 101 1001111 101111

Color Harmonies of #D82919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82919

Black with #D82919

Text Example


Text Example

White with #D82919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82919; }

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

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

background-color css

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

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

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

border-color css

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

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

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