Html Css Color HEX #D73C1A Harley Davidson Orange

📋 copy color: '#D73C1A'

red 215 ◦ green 60 ◦ blue 26

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

Shades of Harley Davidson Orange #D73C1A

Tints of Harley Davidson Orange #D73C1A

RGB

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

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

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

R = 71.43%
G = 19.93%
B = 8.64%

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

#D73C1A (or 0xD73C1A) is known color: Harley Davidson Orange. HEX triplet: D7, 3C and 1A. RGB value is (215,60,26). Sum of RGB (Red+Green+Blue) = 215+60+26=301 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.43% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 215 - color contains mainly: red. Hex color #D73C1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73C1A is #28C3E5. Grayscale: #666666. Windows color (decimal): -2671590 or 1719511. OLE color: 1719511.

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

Color convert

RGB 215 60 26 -
CMYK 0 0.72 0.88 0.16
HSL 10.79º 0.78% 0.47% -
HSV(B) 10.79º 0.88% 0.84% -
XYZ 29.83 17.75 2.83 -
YUV 102.47 84.85 208.26 -
System Red Green Blue C M Y K H S L
Decimal 215 60 26 0 0.72 0.88 0.16 10.79 0.78 0.47
Hex D7 3C 1A 0 48 58 10 B 4E 2F
Octal 327 74 32 0 110 130 20 13 116 57
Binary 11010111 111100 11010 0 1001000 1011000 10000 1011 1001110 101111

Color Harmonies of #D73C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73C1A

Black with #D73C1A

Text Example


Text Example

White with #D73C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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