Html Css Color HEX #D72315 Harley Davidson Orange

📋 copy color: '#D72315'

red 215 ◦ green 35 ◦ blue 21

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

Shades of Harley Davidson Orange #D72315

Tints of Harley Davidson Orange #D72315

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.92%

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

R = 79.34%
G = 12.92%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D72315 (or 0xD72315) is known color: Harley Davidson Orange. HEX triplet: D7, 23 and 15. RGB value is (215,35,21). Sum of RGB (Red+Green+Blue) = 215+35+21=271 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.34% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 215 - color contains mainly: red. Hex color #D72315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72315 is #28DCEA. Grayscale: #575757. Windows color (decimal): -2677995 or 1385431. OLE color: 1385431.

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

Color convert

RGB 215 35 21 -
CMYK 0 0.84 0.90 0.16
HSL 4.33º 0.82% 0.46% -
HSV(B) 4.33º 0.9% 0.84% -
XYZ 28.76 15.7 2.22 -
YUV 87.22 90.63 219.14 -
System Red Green Blue C M Y K H S L
Decimal 215 35 21 0 0.84 0.90 0.16 4.33 0.82 0.46
Hex D7 23 15 0 54 5A 10 4 52 2E
Octal 327 43 25 0 124 132 20 4 122 56
Binary 11010111 100011 10101 0 1010100 1011010 10000 100 1010010 101110

Color Harmonies of #D72315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72315

Black with #D72315

Text Example


Text Example

White with #D72315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72315; }

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

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

background-color css

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

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

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

border-color css

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

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

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