Html Css Color HEX #D73A1F Harley Davidson Orange

📋 copy color: '#D73A1F'

red 215 ◦ green 58 ◦ blue 31

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

Shades of Harley Davidson Orange #D73A1F

Tints of Harley Davidson Orange #D73A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.2%

R = 70.72%
G = 19.08%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D73A1F (or 0xD73A1F) is known color: Harley Davidson Orange. HEX triplet: D7, 3A and 1F. RGB value is (215,58,31). Sum of RGB (Red+Green+Blue) = 215+58+31=304 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.72% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 215 - color contains mainly: red. Hex color #D73A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73A1F is #28C5E0. Grayscale: #666666. Windows color (decimal): -2672097 or 2046679. OLE color: 2046679.

HSL color Cylindrical-coordinate representation of color #D73A1F: hue angle of 8.8º degrees, saturation: 0.75, 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 #D73A1F is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 58 31 -
CMYK 0 0.73 0.86 0.16
HSL 8.8º 0.75% 0.48% -
HSV(B) 8.8º 0.86% 0.84% -
XYZ 29.78 17.57 3.12 -
YUV 101.87 88.01 208.7 -
System Red Green Blue C M Y K H S L
Decimal 215 58 31 0 0.73 0.86 0.16 8.8 0.75 0.48
Hex D7 3A 1F 0 49 56 10 9 4B 30
Octal 327 72 37 0 111 126 20 11 113 60
Binary 11010111 111010 11111 0 1001001 1010110 10000 1001 1001011 110000

Color Harmonies of #D73A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73A1F

Black with #D73A1F

Text Example


Text Example

White with #D73A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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