Html Css Color HEX #D13A06 Harley Davidson Orange

📋 copy color: '#D13A06'

red 209 ◦ green 58 ◦ blue 6

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

Shades of Harley Davidson Orange #D13A06

Tints of Harley Davidson Orange #D13A06

RGB

 RED value IS 209 (82.03% from 255) = 76.56%

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

 BLUE value IS 6 (2.73% from 255) = 2.2%

R = 76.56%
G = 21.25%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D13A06 (or 0xD13A06) is known color: Harley Davidson Orange. HEX triplet: D1, 3A and 06. RGB value is (209,58,6). Sum of RGB (Red+Green+Blue) = 209+58+6=273 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.56% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 6 (2.73% from 255 or 2.20% from 273); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13A06 is #2EC5F9. Grayscale: #616161. Windows color (decimal): -3065338 or 408273. OLE color: 408273.

HSL color Cylindrical-coordinate representation of color #D13A06: hue angle of 15.37º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D13A06 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 58 6 -
CMYK 0 0.72 0.97 0.18
HSL 15.37º 0.94% 0.42% -
HSV(B) 15.37º 0.97% 0.82% -
XYZ 27.84 16.59 1.91 -
YUV 97.22 76.53 207.73 -
System Red Green Blue C M Y K H S L
Decimal 209 58 6 0 0.72 0.97 0.18 15.37 0.94 0.42
Hex D1 3A 6 0 48 61 12 F 5E 2A
Octal 321 72 6 0 110 141 22 17 136 52
Binary 11010001 111010 110 0 1001000 1100001 10010 1111 1011110 101010

Color Harmonies of #D13A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13A06

Black with #D13A06

Text Example


Text Example

White with #D13A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13A06; }

 p { color: rgb(209,58,6); }

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

background-color css

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

 a { background-color: rgb(209,58,6); }

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

border-color css

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

 span { border-color: rgb(209,58,6); }

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