Html Css Color HEX #D72015 Harley Davidson Orange

📋 copy color: '#D72015'

red 215 ◦ green 32 ◦ blue 21

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

Shades of Harley Davidson Orange #D72015

Tints of Harley Davidson Orange #D72015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.94%

 BLUE value IS 21 (8.59% from 255) = 7.84%

R = 80.22%
G = 11.94%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D72015 (or 0xD72015) is known color: Harley Davidson Orange. HEX triplet: D7, 20 and 15. RGB value is (215,32,21). Sum of RGB (Red+Green+Blue) = 215+32+21=268 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.22% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 215 - color contains mainly: red. Hex color #D72015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72015 is #28DFEA. Grayscale: #555555. Windows color (decimal): -2678763 or 1384663. OLE color: 1384663.

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

Color convert

RGB 215 32 21 -
CMYK 0 0.85 0.90 0.16
HSL 3.4º 0.82% 0.46% -
HSV(B) 3.4º 0.9% 0.84% -
XYZ 28.68 15.53 2.2 -
YUV 85.46 91.63 220.39 -
System Red Green Blue C M Y K H S L
Decimal 215 32 21 0 0.85 0.90 0.16 3.4 0.82 0.46
Hex D7 20 15 0 55 5A 10 3 52 2E
Octal 327 40 25 0 125 132 20 3 122 56
Binary 11010111 100000 10101 0 1010101 1011010 10000 11 1010010 101110

Color Harmonies of #D72015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72015

Black with #D72015

Text Example


Text Example

White with #D72015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72015; }

 p { color: rgb(215,32,21); }

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

background-color css

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

 a { background-color: rgb(215,32,21); }

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

border-color css

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

 span { border-color: rgb(215,32,21); }

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