Html Css Color HEX #D73D1E Harley Davidson Orange

📋 copy color: '#D73D1E'

red 215 ◦ green 61 ◦ blue 30

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

Shades of Harley Davidson Orange #D73D1E

Tints of Harley Davidson Orange #D73D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.8%

R = 70.26%
G = 19.93%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D73D1E (or 0xD73D1E) is known color: Harley Davidson Orange. HEX triplet: D7, 3D and 1E. RGB value is (215,61,30). Sum of RGB (Red+Green+Blue) = 215+61+30=306 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.26% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 215 - color contains mainly: red. Hex color #D73D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73D1E is #28C2E1. Grayscale: #676767. Windows color (decimal): -2671330 or 1981911. OLE color: 1981911.

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

Color convert

RGB 215 61 30 -
CMYK 0 0.72 0.86 0.16
HSL 10.05º 0.76% 0.48% -
HSV(B) 10.05º 0.86% 0.84% -
XYZ 29.93 17.88 3.1 -
YUV 103.51 86.52 207.52 -
System Red Green Blue C M Y K H S L
Decimal 215 61 30 0 0.72 0.86 0.16 10.05 0.76 0.48
Hex D7 3D 1E 0 48 56 10 A 4C 30
Octal 327 75 36 0 110 126 20 12 114 60
Binary 11010111 111101 11110 0 1001000 1010110 10000 1010 1001100 110000

Color Harmonies of #D73D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73D1E

Black with #D73D1E

Text Example


Text Example

White with #D73D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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