Html Css Color HEX #D73C1F Harley Davidson Orange

📋 copy color: '#D73C1F'

red 215 ◦ green 60 ◦ blue 31

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

Shades of Harley Davidson Orange #D73C1F

Tints of Harley Davidson Orange #D73C1F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.61%

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

R = 70.26%
G = 19.61%
B = 10.13%

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

#D73C1F (or 0xD73C1F) is known color: Harley Davidson Orange. HEX triplet: D7, 3C and 1F. RGB value is (215,60,31). Sum of RGB (Red+Green+Blue) = 215+60+31=306 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.26% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 31 (12.5% from 255 or 10.13% from 306); Max value from RGB is 215 - color contains mainly: red. Hex color #D73C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73C1F is #28C3E0. Grayscale: #676767. Windows color (decimal): -2671585 or 2047191. OLE color: 2047191.

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

Color convert

RGB 215 60 31 -
CMYK 0 0.72 0.86 0.16
HSL 9.46º 0.75% 0.48% -
HSV(B) 9.46º 0.86% 0.84% -
XYZ 29.89 17.78 3.15 -
YUV 103.04 87.35 207.86 -
System Red Green Blue C M Y K H S L
Decimal 215 60 31 0 0.72 0.86 0.16 9.46 0.75 0.48
Hex D7 3C 1F 0 48 56 10 9 4B 30
Octal 327 74 37 0 110 126 20 11 113 60
Binary 11010111 111100 11111 0 1001000 1010110 10000 1001 1001011 110000

Color Harmonies of #D73C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73C1F

Black with #D73C1F

Text Example


Text Example

White with #D73C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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