Html Css Color HEX #D82019 Harley Davidson Orange

📋 copy color: '#D82019'

red 216 ◦ green 32 ◦ blue 25

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

Shades of Harley Davidson Orange #D82019

Tints of Harley Davidson Orange #D82019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.72%

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

R = 79.12%
G = 11.72%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D82019 (or 0xD82019) is known color: Harley Davidson Orange. HEX triplet: D8, 20 and 19. RGB value is (216,32,25). Sum of RGB (Red+Green+Blue) = 216+32+25=273 (36% of max value = 765). Red value is 216 (84.77% from 255 or 79.12% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 216 - color contains mainly: red. Hex color #D82019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82019 is #27DFE6. Grayscale: #565656. Windows color (decimal): -2613223 or 1646808. OLE color: 1646808.

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

Color convert

RGB 216 32 25 -
CMYK 0 0.85 0.88 0.15
HSL 2.2º 0.79% 0.47% -
HSV(B) 2.2º 0.88% 0.85% -
XYZ 29.01 15.7 2.42 -
YUV 86.22 93.46 220.57 -
System Red Green Blue C M Y K H S L
Decimal 216 32 25 0 0.85 0.88 0.15 2.2 0.79 0.47
Hex D8 20 19 0 55 58 F 2 4F 2F
Octal 330 40 31 0 125 130 17 2 117 57
Binary 11011000 100000 11001 0 1010101 1011000 1111 10 1001111 101111

Color Harmonies of #D82019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82019

Black with #D82019

Text Example


Text Example

White with #D82019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82019; }

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

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

background-color css

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

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

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

border-color css

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

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

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