Html Css Color HEX #D72612 Harley Davidson Orange

📋 copy color: '#D72612'

red 215 ◦ green 38 ◦ blue 18

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

Shades of Harley Davidson Orange #D72612

Tints of Harley Davidson Orange #D72612

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.02%

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

R = 79.34%
G = 14.02%
B = 6.64%

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

#D72612 (or 0xD72612) is known color: Harley Davidson Orange. HEX triplet: D7, 26 and 12. RGB value is (215,38,18). Sum of RGB (Red+Green+Blue) = 215+38+18=271 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.34% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 215 - color contains mainly: red. Hex color #D72612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72612 is #28D9ED. Grayscale: #585858. Windows color (decimal): -2677230 or 1189591. OLE color: 1189591.

HSL color Cylindrical-coordinate representation of color #D72612: hue angle of 6.09º 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 #D72612 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 38 18 -
CMYK 0 0.82 0.92 0.16
HSL 6.09º 0.85% 0.46% -
HSV(B) 6.09º 0.92% 0.84% -
XYZ 28.83 15.88 2.12 -
YUV 88.64 88.14 218.13 -
System Red Green Blue C M Y K H S L
Decimal 215 38 18 0 0.82 0.92 0.16 6.09 0.85 0.46
Hex D7 26 12 0 52 5C 10 6 55 2E
Octal 327 46 22 0 122 134 20 6 125 56
Binary 11010111 100110 10010 0 1010010 1011100 10000 110 1010101 101110

Color Harmonies of #D72612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72612

Black with #D72612

Text Example


Text Example

White with #D72612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72612; }

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

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

background-color css

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

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

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

border-color css

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

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

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