Html Css Color HEX #D13F03 Harley Davidson Orange

📋 copy color: '#D13F03'

red 209 ◦ green 63 ◦ blue 3

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

Shades of Harley Davidson Orange #D13F03

Tints of Harley Davidson Orange #D13F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.09%

R = 76%
G = 22.91%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D13F03 (or 0xD13F03) is known color: Harley Davidson Orange. HEX triplet: D1, 3F and 03. RGB value is (209,63,3). Sum of RGB (Red+Green+Blue) = 209+63+3=275 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13F03 is #2EC0FC. Grayscale: #646464. Windows color (decimal): -3064061 or 212945. OLE color: 212945.

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

Color convert

RGB 209 63 3 -
CMYK 0 0.70 0.99 0.18
HSL 17.48º 0.97% 0.42% -
HSV(B) 17.48º 0.99% 0.82% -
XYZ 28.09 17.12 1.91 -
YUV 99.81 73.37 205.88 -
System Red Green Blue C M Y K H S L
Decimal 209 63 3 0 0.70 0.99 0.18 17.48 0.97 0.42
Hex D1 3F 3 0 46 63 12 11 61 2A
Octal 321 77 3 0 106 143 22 21 141 52
Binary 11010001 111111 11 0 1000110 1100011 10010 10001 1100001 101010

Color Harmonies of #D13F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13F03

Black with #D13F03

Text Example


Text Example

White with #D13F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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