Html Css Color HEX #D73C1D Harley Davidson Orange

📋 copy color: '#D73C1D'

red 215 ◦ green 60 ◦ blue 29

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

Shades of Harley Davidson Orange #D73C1D

Tints of Harley Davidson Orange #D73C1D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.74%

 BLUE value IS 29 (11.72% from 255) = 9.54%

R = 70.72%
G = 19.74%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D73C1D (or 0xD73C1D) is known color: Harley Davidson Orange. HEX triplet: D7, 3C and 1D. RGB value is (215,60,29). Sum of RGB (Red+Green+Blue) = 215+60+29=304 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.72% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 215 - color contains mainly: red. Hex color #D73C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73C1D is #28C3E2. Grayscale: #676767. Windows color (decimal): -2671587 or 1916119. OLE color: 1916119.

HSL color Cylindrical-coordinate representation of color #D73C1D: hue angle of 10º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D73C1D is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 60 29 -
CMYK 0 0.72 0.87 0.16
HSL 10º 0.76% 0.48% -
HSV(B) 10º 0.87% 0.84% -
XYZ 29.86 17.77 3.02 -
YUV 102.81 86.35 208.02 -
System Red Green Blue C M Y K H S L
Decimal 215 60 29 0 0.72 0.87 0.16 10 0.76 0.48
Hex D7 3C 1D 0 48 57 10 A 4C 30
Octal 327 74 35 0 110 127 20 12 114 60
Binary 11010111 111100 11101 0 1001000 1010111 10000 1010 1001100 110000

Color Harmonies of #D73C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73C1D

Black with #D73C1D

Text Example


Text Example

White with #D73C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73C1D; }

 p { color: rgb(215,60,29); }

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

background-color css

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

 a { background-color: rgb(215,60,29); }

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

border-color css

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

 span { border-color: rgb(215,60,29); }

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