Html Css Color HEX #D53504 Harley Davidson Orange

📋 copy color: '#D53504'

red 213 ◦ green 53 ◦ blue 4

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

Shades of Harley Davidson Orange #D53504

Tints of Harley Davidson Orange #D53504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.48%

R = 78.89%
G = 19.63%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D53504 (or 0xD53504) is known color: Harley Davidson Orange. HEX triplet: D5, 35 and 04. RGB value is (213,53,4). Sum of RGB (Red+Green+Blue) = 213+53+4=270 (35% of max value = 765). Red value is 213 (83.59% from 255 or 78.89% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 213 - color contains mainly: red. Hex color #D53504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53504 is #2ACAFB. Grayscale: #5F5F5F. Windows color (decimal): -2804476 or 275925. OLE color: 275925.

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

Color convert

RGB 213 53 4 -
CMYK 0 0.75 0.98 0.16
HSL 14.07º 0.96% 0.43% -
HSV(B) 14.07º 0.98% 0.84% -
XYZ 28.74 16.7 1.82 -
YUV 95.25 76.51 211.98 -
System Red Green Blue C M Y K H S L
Decimal 213 53 4 0 0.75 0.98 0.16 14.07 0.96 0.43
Hex D5 35 4 0 4B 62 10 E 60 2B
Octal 325 65 4 0 113 142 20 16 140 53
Binary 11010101 110101 100 0 1001011 1100010 10000 1110 1100000 101011

Color Harmonies of #D53504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53504

Black with #D53504

Text Example


Text Example

White with #D53504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53504; }

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

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

background-color css

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

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

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

border-color css

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

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

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