Html Css Color HEX #D82813 Harley Davidson Orange

📋 copy color: '#D82813'

red 216 ◦ green 40 ◦ blue 19

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

Shades of Harley Davidson Orange #D82813

Tints of Harley Davidson Orange #D82813

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.55%

 BLUE value IS 19 (7.81% from 255) = 6.91%

R = 78.55%
G = 14.55%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D82813 (or 0xD82813) is known color: Harley Davidson Orange. HEX triplet: D8, 28 and 13. RGB value is (216,40,19). Sum of RGB (Red+Green+Blue) = 216+40+19=275 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.55% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 216 - color contains mainly: red. Hex color #D82813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82813 is #27D7EC. Grayscale: #5A5A5A. Windows color (decimal): -2611181 or 1255640. OLE color: 1255640.

HSL color Cylindrical-coordinate representation of color #D82813: hue angle of 6.4º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D82813 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 40 19 -
CMYK 0 0.81 0.91 0.15
HSL 6.4º 0.84% 0.46% -
HSV(B) 6.4º 0.91% 0.85% -
XYZ 29.2 16.16 2.2 -
YUV 90.23 87.81 217.71 -
System Red Green Blue C M Y K H S L
Decimal 216 40 19 0 0.81 0.91 0.15 6.4 0.84 0.46
Hex D8 28 13 0 51 5B F 6 54 2E
Octal 330 50 23 0 121 133 17 6 124 56
Binary 11011000 101000 10011 0 1010001 1011011 1111 110 1010100 101110

Color Harmonies of #D82813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82813

Black with #D82813

Text Example


Text Example

White with #D82813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82813; }

 p { color: rgb(216,40,19); }

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

background-color css

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

 a { background-color: rgb(216,40,19); }

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

border-color css

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

 span { border-color: rgb(216,40,19); }

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