Html Css Color HEX #D72B16 Harley Davidson Orange

📋 copy color: '#D72B16'

red 215 ◦ green 43 ◦ blue 22

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

Shades of Harley Davidson Orange #D72B16

Tints of Harley Davidson Orange #D72B16

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.36%

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

R = 76.79%
G = 15.36%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D72B16 (or 0xD72B16) is known color: Harley Davidson Orange. HEX triplet: D7, 2B and 16. RGB value is (215,43,22). Sum of RGB (Red+Green+Blue) = 215+43+22=280 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.79% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 215 - color contains mainly: red. Hex color #D72B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72B16 is #28D4E9. Grayscale: #5C5C5C. Windows color (decimal): -2675946 or 1453015. OLE color: 1453015.

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

Color convert

RGB 215 43 22 -
CMYK 0 0.8 0.90 0.16
HSL 6.53º 0.81% 0.46% -
HSV(B) 6.53º 0.9% 0.84% -
XYZ 29.03 16.23 2.36 -
YUV 92.03 88.48 215.71 -
System Red Green Blue C M Y K H S L
Decimal 215 43 22 0 0.8 0.90 0.16 6.53 0.81 0.46
Hex D7 2B 16 0 50 5A 10 7 51 2E
Octal 327 53 26 0 120 132 20 7 121 56
Binary 11010111 101011 10110 0 1010000 1011010 10000 111 1010001 101110

Color Harmonies of #D72B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72B16

Black with #D72B16

Text Example


Text Example

White with #D72B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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