Html Css Color HEX #D53403 Harley Davidson Orange

📋 copy color: '#D53403'

red 213 ◦ green 52 ◦ blue 3

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

Shades of Harley Davidson Orange #D53403

Tints of Harley Davidson Orange #D53403

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.4%

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

R = 79.48%
G = 19.4%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D53403 (or 0xD53403) is known color: Harley Davidson Orange. HEX triplet: D5, 34 and 03. RGB value is (213,52,3). Sum of RGB (Red+Green+Blue) = 213+52+3=268 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.48% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 3 (1.56% from 255 or 1.12% from 268); Max value from RGB is 213 - color contains mainly: red. Hex color #D53403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53403 is #2ACBFC. Grayscale: #5E5E5E. Windows color (decimal): -2804733 or 210133. OLE color: 210133.

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

Color convert

RGB 213 52 3 -
CMYK 0 0.76 0.99 0.16
HSL 14º 0.97% 0.42% -
HSV(B) 14º 0.99% 0.84% -
XYZ 28.69 16.61 1.78 -
YUV 94.55 76.34 212.48 -
System Red Green Blue C M Y K H S L
Decimal 213 52 3 0 0.76 0.99 0.16 14 0.97 0.42
Hex D5 34 3 0 4C 63 10 E 61 2A
Octal 325 64 3 0 114 143 20 16 141 52
Binary 11010101 110100 11 0 1001100 1100011 10000 1110 1100001 101010

Color Harmonies of #D53403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53403

Black with #D53403

Text Example


Text Example

White with #D53403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53403; }

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

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

background-color css

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

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

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

border-color css

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

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

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