Html Css Color HEX #D72011 Harley Davidson Orange

📋 copy color: '#D72011'

red 215 ◦ green 32 ◦ blue 17

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

Shades of Harley Davidson Orange #D72011

Tints of Harley Davidson Orange #D72011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.44%

R = 81.44%
G = 12.12%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D72011 (or 0xD72011) is known color: Harley Davidson Orange. HEX triplet: D7, 20 and 11. RGB value is (215,32,17). Sum of RGB (Red+Green+Blue) = 215+32+17=264 (34% of max value = 765). Red value is 215 (84.38% from 255 or 81.44% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 215 - color contains mainly: red. Hex color #D72011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72011 is #28DFEE. Grayscale: #555555. Windows color (decimal): -2678767 or 1122519. OLE color: 1122519.

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

Color convert

RGB 215 32 17 -
CMYK 0 0.85 0.92 0.16
HSL 4.55º 0.85% 0.45% -
HSV(B) 4.55º 0.92% 0.84% -
XYZ 28.64 15.52 2.02 -
YUV 85.01 89.63 220.72 -
System Red Green Blue C M Y K H S L
Decimal 215 32 17 0 0.85 0.92 0.16 4.55 0.85 0.45
Hex D7 20 11 0 55 5C 10 5 55 2D
Octal 327 40 21 0 125 134 20 5 125 55
Binary 11010111 100000 10001 0 1010101 1011100 10000 101 1010101 101101

Color Harmonies of #D72011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72011

Black with #D72011

Text Example


Text Example

White with #D72011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72011; }

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

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

background-color css

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

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

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

border-color css

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

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

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