Html Css Color HEX #D82007 Harley Davidson Orange

📋 copy color: '#D82007'

red 216 ◦ green 32 ◦ blue 7

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

Shades of Harley Davidson Orange #D82007

Tints of Harley Davidson Orange #D82007

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.55%

 BLUE value IS 7 (3.13% from 255) = 2.75%

R = 84.71%
G = 12.55%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D82007 (or 0xD82007) is known color: Harley Davidson Orange. HEX triplet: D8, 20 and 07. RGB value is (216,32,7). Sum of RGB (Red+Green+Blue) = 216+32+7=255 (33% of max value = 765). Red value is 216 (84.77% from 255 or 84.71% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 7 (3.12% from 255 or 2.75% from 255); Max value from RGB is 216 - color contains mainly: red. Hex color #D82007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82007 is #27DFF8. Grayscale: #545454. Windows color (decimal): -2613241 or 467160. OLE color: 467160.

HSL color Cylindrical-coordinate representation of color #D82007: hue angle of 7.18º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D82007 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 32 7 -
CMYK 0 0.85 0.97 0.15
HSL 7.18º 0.94% 0.44% -
HSV(B) 7.18º 0.97% 0.85% -
XYZ 28.87 15.65 1.7 -
YUV 84.17 84.46 222.03 -
System Red Green Blue C M Y K H S L
Decimal 216 32 7 0 0.85 0.97 0.15 7.18 0.94 0.44
Hex D8 20 7 0 55 61 F 7 5E 2C
Octal 330 40 7 0 125 141 17 7 136 54
Binary 11011000 100000 111 0 1010101 1100001 1111 111 1011110 101100

Color Harmonies of #D82007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82007

Black with #D82007

Text Example


Text Example

White with #D82007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82007; }

 p { color: rgb(216,32,7); }

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

background-color css

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

 a { background-color: rgb(216,32,7); }

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

border-color css

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

 span { border-color: rgb(216,32,7); }

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