Html Css Color HEX #D73D1A Harley Davidson Orange

📋 copy color: '#D73D1A'

red 215 ◦ green 61 ◦ blue 26

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

Shades of Harley Davidson Orange #D73D1A

Tints of Harley Davidson Orange #D73D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.61%

R = 71.19%
G = 20.2%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D73D1A (or 0xD73D1A) is known color: Harley Davidson Orange. HEX triplet: D7, 3D and 1A. RGB value is (215,61,26). Sum of RGB (Red+Green+Blue) = 215+61+26=302 (40% of max value = 765). Red value is 215 (84.38% from 255 or 71.19% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 26 (10.55% from 255 or 8.61% from 302); Max value from RGB is 215 - color contains mainly: red. Hex color #D73D1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73D1A is #28C2E5. Grayscale: #676767. Windows color (decimal): -2671334 or 1719767. OLE color: 1719767.

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

Color convert

RGB 215 61 26 -
CMYK 0 0.72 0.88 0.16
HSL 11.11º 0.78% 0.47% -
HSV(B) 11.11º 0.88% 0.84% -
XYZ 29.88 17.86 2.85 -
YUV 103.06 84.52 207.85 -
System Red Green Blue C M Y K H S L
Decimal 215 61 26 0 0.72 0.88 0.16 11.11 0.78 0.47
Hex D7 3D 1A 0 48 58 10 B 4E 2F
Octal 327 75 32 0 110 130 20 13 116 57
Binary 11010111 111101 11010 0 1001000 1011000 10000 1011 1001110 101111

Color Harmonies of #D73D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73D1A

Black with #D73D1A

Text Example


Text Example

White with #D73D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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