Html Css Color HEX #D72916 Harley Davidson Orange

📋 copy color: '#D72916'

red 215 ◦ green 41 ◦ blue 22

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

Shades of Harley Davidson Orange #D72916

Tints of Harley Davidson Orange #D72916

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.75%

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

R = 77.34%
G = 14.75%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D72916 (or 0xD72916) is known color: Harley Davidson Orange. HEX triplet: D7, 29 and 16. RGB value is (215,41,22). Sum of RGB (Red+Green+Blue) = 215+41+22=278 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.34% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 22 (8.98% from 255 or 7.91% from 278); Max value from RGB is 215 - color contains mainly: red. Hex color #D72916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72916 is #28D6E9. Grayscale: #5B5B5B. Windows color (decimal): -2676458 or 1452503. OLE color: 1452503.

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

Color convert

RGB 215 41 22 -
CMYK 0 0.81 0.90 0.16
HSL 5.91º 0.81% 0.46% -
HSV(B) 5.91º 0.9% 0.84% -
XYZ 28.96 16.09 2.34 -
YUV 90.86 89.15 216.54 -
System Red Green Blue C M Y K H S L
Decimal 215 41 22 0 0.81 0.90 0.16 5.91 0.81 0.46
Hex D7 29 16 0 51 5A 10 6 51 2E
Octal 327 51 26 0 121 132 20 6 121 56
Binary 11010111 101001 10110 0 1010001 1011010 10000 110 1010001 101110

Color Harmonies of #D72916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72916

Black with #D72916

Text Example


Text Example

White with #D72916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72916; }

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

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

background-color css

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

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

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

border-color css

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

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

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