Html Css Color HEX #D73A1B Harley Davidson Orange

📋 copy color: '#D73A1B'

red 215 ◦ green 58 ◦ blue 27

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

Shades of Harley Davidson Orange #D73A1B

Tints of Harley Davidson Orange #D73A1B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.33%

 BLUE value IS 27 (10.94% from 255) = 9%

R = 71.67%
G = 19.33%
B = 9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D73A1B (or 0xD73A1B) is known color: Harley Davidson Orange. HEX triplet: D7, 3A and 1B. RGB value is (215,58,27). Sum of RGB (Red+Green+Blue) = 215+58+27=300 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.67% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 215 - color contains mainly: red. Hex color #D73A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73A1B is #28C5E4. Grayscale: #656565. Windows color (decimal): -2672101 or 1784535. OLE color: 1784535.

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

Color convert

RGB 215 58 27 -
CMYK 0 0.73 0.87 0.16
HSL 9.89º 0.78% 0.47% -
HSV(B) 9.89º 0.87% 0.84% -
XYZ 29.74 17.55 2.86 -
YUV 101.41 86.01 209.02 -
System Red Green Blue C M Y K H S L
Decimal 215 58 27 0 0.73 0.87 0.16 9.89 0.78 0.47
Hex D7 3A 1B 0 49 57 10 A 4E 2F
Octal 327 72 33 0 111 127 20 12 116 57
Binary 11010111 111010 11011 0 1001001 1010111 10000 1010 1001110 101111

Color Harmonies of #D73A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73A1B

Black with #D73A1B

Text Example


Text Example

White with #D73A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73A1B; }

 p { color: rgb(215,58,27); }

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

background-color css

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

 a { background-color: rgb(215,58,27); }

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

border-color css

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

 span { border-color: rgb(215,58,27); }

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