Html Css Color HEX #D82519 Harley Davidson Orange

📋 copy color: '#D82519'

red 216 ◦ green 37 ◦ blue 25

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

Shades of Harley Davidson Orange #D82519

Tints of Harley Davidson Orange #D82519

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.31%

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

R = 77.7%
G = 13.31%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D82519 (or 0xD82519) is known color: Harley Davidson Orange. HEX triplet: D8, 25 and 19. RGB value is (216,37,25). Sum of RGB (Red+Green+Blue) = 216+37+25=278 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.70% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 216 - color contains mainly: red. Hex color #D82519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82519 is #27DAE6. Grayscale: #595959. Windows color (decimal): -2611943 or 1648088. OLE color: 1648088.

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

Color convert

RGB 216 37 25 -
CMYK 0 0.83 0.88 0.15
HSL 3.77º 0.79% 0.47% -
HSV(B) 3.77º 0.88% 0.85% -
XYZ 29.16 15.99 2.47 -
YUV 89.15 91.8 218.48 -
System Red Green Blue C M Y K H S L
Decimal 216 37 25 0 0.83 0.88 0.15 3.77 0.79 0.47
Hex D8 25 19 0 53 58 F 4 4F 2F
Octal 330 45 31 0 123 130 17 4 117 57
Binary 11011000 100101 11001 0 1010011 1011000 1111 100 1001111 101111

Color Harmonies of #D82519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82519

Black with #D82519

Text Example


Text Example

White with #D82519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82519; }

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

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

background-color css

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

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

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

border-color css

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

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

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