Html Css Color HEX #D82710 Harley Davidson Orange

📋 copy color: '#D82710'

red 216 ◦ green 39 ◦ blue 16

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

Shades of Harley Davidson Orange #D82710

Tints of Harley Davidson Orange #D82710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.9%

R = 79.7%
G = 14.39%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D82710 (or 0xD82710) is known color: Harley Davidson Orange. HEX triplet: D8, 27 and 10. RGB value is (216,39,16). Sum of RGB (Red+Green+Blue) = 216+39+16=271 (35% of max value = 765). Red value is 216 (84.77% from 255 or 79.70% from 271); Green value is 39 (15.62% from 255 or 14.39% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 216 - color contains mainly: red. Hex color #D82710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82710 is #27D8EF. Grayscale: #595959. Windows color (decimal): -2611440 or 1058776. OLE color: 1058776.

HSL color Cylindrical-coordinate representation of color #D82710: hue angle of 6.9º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D82710 is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 39 16 -
CMYK 0 0.82 0.93 0.15
HSL 6.9º 0.86% 0.45% -
HSV(B) 6.9º 0.93% 0.85% -
XYZ 29.14 16.09 2.06 -
YUV 89.3 86.64 218.37 -
System Red Green Blue C M Y K H S L
Decimal 216 39 16 0 0.82 0.93 0.15 6.9 0.86 0.45
Hex D8 27 10 0 52 5D F 7 56 2D
Octal 330 47 20 0 122 135 17 7 126 55
Binary 11011000 100111 10000 0 1010010 1011101 1111 111 1010110 101101

Color Harmonies of #D82710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82710

Black with #D82710

Text Example


Text Example

White with #D82710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82710; }

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

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

background-color css

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

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

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

border-color css

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

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

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