Html Css Color HEX #D82C19 Harley Davidson Orange

📋 copy color: '#D82C19'

red 216 ◦ green 44 ◦ blue 25

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

Shades of Harley Davidson Orange #D82C19

Tints of Harley Davidson Orange #D82C19

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.44%

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

R = 75.79%
G = 15.44%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D82C19 (or 0xD82C19) is known color: Harley Davidson Orange. HEX triplet: D8, 2C and 19. RGB value is (216,44,25). Sum of RGB (Red+Green+Blue) = 216+44+25=285 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.79% from 285); Green value is 44 (17.58% from 255 or 15.44% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82C19 is #27D3E6. Grayscale: #5D5D5D. Windows color (decimal): -2610151 or 1649880. OLE color: 1649880.

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

Color convert

RGB 216 44 25 -
CMYK 0 0.80 0.88 0.15
HSL 5.97º 0.79% 0.47% -
HSV(B) 5.97º 0.88% 0.85% -
XYZ 29.4 16.47 2.55 -
YUV 93.26 89.48 215.54 -
System Red Green Blue C M Y K H S L
Decimal 216 44 25 0 0.80 0.88 0.15 5.97 0.79 0.47
Hex D8 2C 19 0 50 58 F 6 4F 2F
Octal 330 54 31 0 120 130 17 6 117 57
Binary 11011000 101100 11001 0 1010000 1011000 1111 110 1001111 101111

Color Harmonies of #D82C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82C19

Black with #D82C19

Text Example


Text Example

White with #D82C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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