Html Css Color HEX #D13503 Harley Davidson Orange

📋 copy color: '#D13503'

red 209 ◦ green 53 ◦ blue 3

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

Shades of Harley Davidson Orange #D13503

Tints of Harley Davidson Orange #D13503

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20%

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

R = 78.87%
G = 20%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D13503 (or 0xD13503) is known color: Harley Davidson Orange. HEX triplet: D1, 35 and 03. RGB value is (209,53,3). Sum of RGB (Red+Green+Blue) = 209+53+3=265 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.87% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 3 (1.56% from 255 or 1.13% from 265); Max value from RGB is 209 - color contains mainly: red. Hex color #D13503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13503 is #2ECAFC. Grayscale: #5E5E5E. Windows color (decimal): -3066621 or 210385. OLE color: 210385.

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

Color convert

RGB 209 53 3 -
CMYK 0 0.75 0.99 0.18
HSL 14.56º 0.97% 0.42% -
HSV(B) 14.56º 0.99% 0.82% -
XYZ 27.58 16.11 1.74 -
YUV 93.94 76.68 210.07 -
System Red Green Blue C M Y K H S L
Decimal 209 53 3 0 0.75 0.99 0.18 14.56 0.97 0.42
Hex D1 35 3 0 4B 63 12 F 61 2A
Octal 321 65 3 0 113 143 22 17 141 52
Binary 11010001 110101 11 0 1001011 1100011 10010 1111 1100001 101010

Color Harmonies of #D13503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13503

Black with #D13503

Text Example


Text Example

White with #D13503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13503; }

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

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

background-color css

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

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

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

border-color css

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

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

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