Html Css Color HEX #D73D1D Harley Davidson Orange

📋 copy color: '#D73D1D'

red 215 ◦ green 61 ◦ blue 29

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

Shades of Harley Davidson Orange #D73D1D

Tints of Harley Davidson Orange #D73D1D

RGB

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

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

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

R = 70.49%
G = 20%
B = 9.51%

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

#D73D1D (or 0xD73D1D) is known color: Harley Davidson Orange. HEX triplet: D7, 3D and 1D. RGB value is (215,61,29). Sum of RGB (Red+Green+Blue) = 215+61+29=305 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.49% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 215 - color contains mainly: red. Hex color #D73D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73D1D is #28C2E2. Grayscale: #676767. Windows color (decimal): -2671331 or 1916375. OLE color: 1916375.

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

Color convert

RGB 215 61 29 -
CMYK 0 0.72 0.87 0.16
HSL 10.32º 0.76% 0.48% -
HSV(B) 10.32º 0.87% 0.84% -
XYZ 29.91 17.87 3.04 -
YUV 103.4 86.02 207.6 -
System Red Green Blue C M Y K H S L
Decimal 215 61 29 0 0.72 0.87 0.16 10.32 0.76 0.48
Hex D7 3D 1D 0 48 57 10 A 4C 30
Octal 327 75 35 0 110 127 20 12 114 60
Binary 11010111 111101 11101 0 1001000 1010111 10000 1010 1001100 110000

Color Harmonies of #D73D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73D1D

Black with #D73D1D

Text Example


Text Example

White with #D73D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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