Html Css Color HEX #D72013 Harley Davidson Orange

📋 copy color: '#D72013'

red 215 ◦ green 32 ◦ blue 19

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

Shades of Harley Davidson Orange #D72013

Tints of Harley Davidson Orange #D72013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.14%

R = 80.83%
G = 12.03%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D72013 (or 0xD72013) is known color: Harley Davidson Orange. HEX triplet: D7, 20 and 13. RGB value is (215,32,19). Sum of RGB (Red+Green+Blue) = 215+32+19=266 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.83% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 215 - color contains mainly: red. Hex color #D72013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72013 is #28DFEC. Grayscale: #555555. Windows color (decimal): -2678765 or 1253591. OLE color: 1253591.

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

Color convert

RGB 215 32 19 -
CMYK 0 0.85 0.91 0.16
HSL 3.98º 0.84% 0.46% -
HSV(B) 3.98º 0.91% 0.84% -
XYZ 28.66 15.53 2.1 -
YUV 85.24 90.63 220.56 -
System Red Green Blue C M Y K H S L
Decimal 215 32 19 0 0.85 0.91 0.16 3.98 0.84 0.46
Hex D7 20 13 0 55 5B 10 4 54 2E
Octal 327 40 23 0 125 133 20 4 124 56
Binary 11010111 100000 10011 0 1010101 1011011 10000 100 1010100 101110

Color Harmonies of #D72013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72013

Black with #D72013

Text Example


Text Example

White with #D72013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72013; }

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

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

background-color css

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

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

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

border-color css

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

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

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