Html Css Color HEX #D72413 Harley Davidson Orange

📋 copy color: '#D72413'

red 215 ◦ green 36 ◦ blue 19

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

Shades of Harley Davidson Orange #D72413

Tints of Harley Davidson Orange #D72413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.33%

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

R = 79.63%
G = 13.33%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D72413 (or 0xD72413) is known color: Harley Davidson Orange. HEX triplet: D7, 24 and 13. RGB value is (215,36,19). Sum of RGB (Red+Green+Blue) = 215+36+19=270 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.63% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 215 - color contains mainly: red. Hex color #D72413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72413 is #28DBEC. Grayscale: #575757. Windows color (decimal): -2677741 or 1254615. OLE color: 1254615.

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

Color convert

RGB 215 36 19 -
CMYK 0 0.83 0.91 0.16
HSL 5.2º 0.84% 0.46% -
HSV(B) 5.2º 0.91% 0.84% -
XYZ 28.77 15.76 2.14 -
YUV 87.58 89.3 218.88 -
System Red Green Blue C M Y K H S L
Decimal 215 36 19 0 0.83 0.91 0.16 5.2 0.84 0.46
Hex D7 24 13 0 53 5B 10 5 54 2E
Octal 327 44 23 0 123 133 20 5 124 56
Binary 11010111 100100 10011 0 1010011 1011011 10000 101 1010100 101110

Color Harmonies of #D72413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72413

Black with #D72413

Text Example


Text Example

White with #D72413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72413; }

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

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

background-color css

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

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

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

border-color css

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

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

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