Html Css Color HEX #D13F06 Harley Davidson Orange

📋 copy color: '#D13F06'

red 209 ◦ green 63 ◦ blue 6

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

Shades of Harley Davidson Orange #D13F06

Tints of Harley Davidson Orange #D13F06

RGB

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

 GREEN value IS 63 (25% from 255) = 22.66%

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

R = 75.18%
G = 22.66%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D13F06 (or 0xD13F06) is known color: Harley Davidson Orange. HEX triplet: D1, 3F and 06. RGB value is (209,63,6). Sum of RGB (Red+Green+Blue) = 209+63+6=278 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.18% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 6 (2.73% from 255 or 2.16% from 278); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13F06 is #2EC0F9. Grayscale: #646464. Windows color (decimal): -3064058 or 409553. OLE color: 409553.

HSL color Cylindrical-coordinate representation of color #D13F06: hue angle of 16.85º 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 #D13F06 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 63 6 -
CMYK 0 0.70 0.97 0.18
HSL 16.85º 0.94% 0.42% -
HSV(B) 16.85º 0.97% 0.82% -
XYZ 28.1 17.12 2 -
YUV 100.16 74.87 205.63 -
System Red Green Blue C M Y K H S L
Decimal 209 63 6 0 0.70 0.97 0.18 16.85 0.94 0.42
Hex D1 3F 6 0 46 61 12 11 5E 2A
Octal 321 77 6 0 106 141 22 21 136 52
Binary 11010001 111111 110 0 1000110 1100001 10010 10001 1011110 101010

Color Harmonies of #D13F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13F06

Black with #D13F06

Text Example


Text Example

White with #D13F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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