Html Css Color HEX #D53503 Harley Davidson Orange

📋 copy color: '#D53503'

red 213 ◦ green 53 ◦ blue 3

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

Shades of Harley Davidson Orange #D53503

Tints of Harley Davidson Orange #D53503

RGB

 RED value IS 213 (83.59% from 255) = 79.18%

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

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

R = 79.18%
G = 19.7%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D53503 (or 0xD53503) is known color: Harley Davidson Orange. HEX triplet: D5, 35 and 03. RGB value is (213,53,3). Sum of RGB (Red+Green+Blue) = 213+53+3=269 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.18% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 213 - color contains mainly: red. Hex color #D53503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53503 is #2ACAFC. Grayscale: #5F5F5F. Windows color (decimal): -2804477 or 210389. OLE color: 210389.

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

Color convert

RGB 213 53 3 -
CMYK 0 0.75 0.99 0.16
HSL 14.29º 0.97% 0.42% -
HSV(B) 14.29º 0.99% 0.84% -
XYZ 28.73 16.7 1.8 -
YUV 95.14 76.01 212.07 -
System Red Green Blue C M Y K H S L
Decimal 213 53 3 0 0.75 0.99 0.16 14.29 0.97 0.42
Hex D5 35 3 0 4B 63 10 E 61 2A
Octal 325 65 3 0 113 143 20 16 141 52
Binary 11010101 110101 11 0 1001011 1100011 10000 1110 1100001 101010

Color Harmonies of #D53503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53503

Black with #D53503

Text Example


Text Example

White with #D53503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53503; }

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

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

background-color css

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

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

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

border-color css

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

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

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