Html Css Color HEX #D73D15 Harley Davidson Orange

📋 copy color: '#D73D15'

red 215 ◦ green 61 ◦ blue 21

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

Shades of Harley Davidson Orange #D73D15

Tints of Harley Davidson Orange #D73D15

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.54%

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

R = 72.39%
G = 20.54%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D73D15 (or 0xD73D15) is known color: Harley Davidson Orange. HEX triplet: D7, 3D and 15. RGB value is (215,61,21). Sum of RGB (Red+Green+Blue) = 215+61+21=297 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.39% from 297); Green value is 61 (24.22% from 255 or 20.54% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 215 - color contains mainly: red. Hex color #D73D15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73D15 is #28C2EA. Grayscale: #666666. Windows color (decimal): -2671339 or 1392087. OLE color: 1392087.

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

Color convert

RGB 215 61 21 -
CMYK 0 0.72 0.90 0.16
HSL 12.37º 0.82% 0.46% -
HSV(B) 12.37º 0.9% 0.84% -
XYZ 29.83 17.84 2.58 -
YUV 102.49 82.02 208.25 -
System Red Green Blue C M Y K H S L
Decimal 215 61 21 0 0.72 0.90 0.16 12.37 0.82 0.46
Hex D7 3D 15 0 48 5A 10 C 52 2E
Octal 327 75 25 0 110 132 20 14 122 56
Binary 11010111 111101 10101 0 1001000 1011010 10000 1100 1010010 101110

Color Harmonies of #D73D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73D15

Black with #D73D15

Text Example


Text Example

White with #D73D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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