Html Css Color HEX #D72712 Harley Davidson Orange

📋 copy color: '#D72712'

red 215 ◦ green 39 ◦ blue 18

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

Shades of Harley Davidson Orange #D72712

Tints of Harley Davidson Orange #D72712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.62%

R = 79.04%
G = 14.34%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D72712 (or 0xD72712) is known color: Harley Davidson Orange. HEX triplet: D7, 27 and 12. RGB value is (215,39,18). Sum of RGB (Red+Green+Blue) = 215+39+18=272 (36% of max value = 765). Red value is 215 (84.38% from 255 or 79.04% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 215 - color contains mainly: red. Hex color #D72712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72712 is #28D8ED. Grayscale: #595959. Windows color (decimal): -2676974 or 1189847. OLE color: 1189847.

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

Color convert

RGB 215 39 18 -
CMYK 0 0.82 0.92 0.16
HSL 6.4º 0.85% 0.46% -
HSV(B) 6.4º 0.92% 0.84% -
XYZ 28.86 15.94 2.13 -
YUV 89.23 87.81 217.71 -
System Red Green Blue C M Y K H S L
Decimal 215 39 18 0 0.82 0.92 0.16 6.4 0.85 0.46
Hex D7 27 12 0 52 5C 10 6 55 2E
Octal 327 47 22 0 122 134 20 6 125 56
Binary 11010111 100111 10010 0 1010010 1011100 10000 110 1010101 101110

Color Harmonies of #D72712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72712

Black with #D72712

Text Example


Text Example

White with #D72712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72712; }

 p { color: rgb(215,39,18); }

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

background-color css

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

 a { background-color: rgb(215,39,18); }

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

border-color css

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

 span { border-color: rgb(215,39,18); }

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