Html Css Color HEX #D72000 Harley Davidson Orange

📋 copy color: '#D72000'

red 215 ◦ green 32 ◦ blue 0

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

Shades of Harley Davidson Orange #D72000

Tints of Harley Davidson Orange #D72000

RGB

 RED value IS 215 (84.38% from 255) = 87.04%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 87.04%
G = 12.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D72000 (or 0xD72000) is known color: Harley Davidson Orange. HEX triplet: D7, 20 and 00. RGB value is (215,32,0). Sum of RGB (Red+Green+Blue) = 215+32+0=247 (32% of max value = 765). Red value is 215 (84.38% from 255 or 87.04% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 215 - color contains mainly: red. Hex color #D72000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72000 is #28DFFF. Grayscale: #535353. Windows color (decimal): -2678784 or 8407. OLE color: 8407.

HSL color Cylindrical-coordinate representation of color #D72000: hue angle of 8.93º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D72000 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 32 0 -
CMYK 0 0.85 1 0.16
HSL 8.93º 1% 0.42% -
HSV(B) 8.93º 1% 0.84% -
XYZ 28.54 15.48 1.48 -
YUV 83.07 81.13 222.1 -
System Red Green Blue C M Y K H S L
Decimal 215 32 0 0 0.85 1 0.16 8.93 1 0.42
Hex D7 20 0 0 55 64 10 9 64 2A
Octal 327 40 0 0 125 144 20 11 144 52
Binary 11010111 100000 0 0 1010101 1100100 10000 1001 1100100 101010

Color Harmonies of #D72000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72000

Black with #D72000

Text Example


Text Example

White with #D72000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72000; }

 p { color: rgb(215,32,0); }

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

background-color css

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

 a { background-color: rgb(215,32,0); }

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

border-color css

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

 span { border-color: rgb(215,32,0); }

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