Html Css Color HEX #D82713 Harley Davidson Orange

📋 copy color: '#D82713'

red 216 ◦ green 39 ◦ blue 19

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

Shades of Harley Davidson Orange #D82713

Tints of Harley Davidson Orange #D82713

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.23%

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

R = 78.83%
G = 14.23%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D82713 (or 0xD82713) is known color: Harley Davidson Orange. HEX triplet: D8, 27 and 13. RGB value is (216,39,19). Sum of RGB (Red+Green+Blue) = 216+39+19=274 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.83% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 216 - color contains mainly: red. Hex color #D82713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82713 is #27D8EC. Grayscale: #595959. Windows color (decimal): -2611437 or 1255384. OLE color: 1255384.

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

Color convert

RGB 216 39 19 -
CMYK 0 0.82 0.91 0.15
HSL 6.09º 0.84% 0.46% -
HSV(B) 6.09º 0.91% 0.85% -
XYZ 29.16 16.1 2.19 -
YUV 89.64 88.14 218.13 -
System Red Green Blue C M Y K H S L
Decimal 216 39 19 0 0.82 0.91 0.15 6.09 0.84 0.46
Hex D8 27 13 0 52 5B F 6 54 2E
Octal 330 47 23 0 122 133 17 6 124 56
Binary 11011000 100111 10011 0 1010010 1011011 1111 110 1010100 101110

Color Harmonies of #D82713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82713

Black with #D82713

Text Example


Text Example

White with #D82713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82713; }

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

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

background-color css

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

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

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

border-color css

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

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

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