Html Css Color HEX #D72616 Harley Davidson Orange

📋 copy color: '#D72616'

red 215 ◦ green 38 ◦ blue 22

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

Shades of Harley Davidson Orange #D72616

Tints of Harley Davidson Orange #D72616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8%

R = 78.18%
G = 13.82%
B = 8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D72616 (or 0xD72616) is known color: Harley Davidson Orange. HEX triplet: D7, 26 and 16. RGB value is (215,38,22). Sum of RGB (Red+Green+Blue) = 215+38+22=275 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.18% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 215 - color contains mainly: red. Hex color #D72616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72616 is #28D9E9. Grayscale: #595959. Windows color (decimal): -2677226 or 1451735. OLE color: 1451735.

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

Color convert

RGB 215 38 22 -
CMYK 0 0.82 0.90 0.16
HSL 4.97º 0.81% 0.46% -
HSV(B) 4.97º 0.9% 0.84% -
XYZ 28.86 15.89 2.31 -
YUV 89.1 90.14 217.8 -
System Red Green Blue C M Y K H S L
Decimal 215 38 22 0 0.82 0.90 0.16 4.97 0.81 0.46
Hex D7 26 16 0 52 5A 10 5 51 2E
Octal 327 46 26 0 122 132 20 5 121 56
Binary 11010111 100110 10110 0 1010010 1011010 10000 101 1010001 101110

Color Harmonies of #D72616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72616

Black with #D72616

Text Example


Text Example

White with #D72616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72616; }

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

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

background-color css

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

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

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

border-color css

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

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

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