Html Css Color HEX #D53209 Harley Davidson Orange

📋 copy color: '#D53209'

red 213 ◦ green 50 ◦ blue 9

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

Shades of Harley Davidson Orange #D53209

Tints of Harley Davidson Orange #D53209

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.38%

 BLUE value IS 9 (3.91% from 255) = 3.31%

R = 78.31%
G = 18.38%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D53209 (or 0xD53209) is known color: Harley Davidson Orange. HEX triplet: D5, 32 and 09. RGB value is (213,50,9). Sum of RGB (Red+Green+Blue) = 213+50+9=272 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.31% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 9 (3.91% from 255 or 3.31% from 272); Max value from RGB is 213 - color contains mainly: red. Hex color #D53209 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53209 is #2ACDF6. Grayscale: #5E5E5E. Windows color (decimal): -2805239 or 602837. OLE color: 602837.

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

Color convert

RGB 213 50 9 -
CMYK 0 0.77 0.96 0.16
HSL 12.06º 0.92% 0.44% -
HSV(B) 12.06º 0.96% 0.84% -
XYZ 28.63 16.45 1.92 -
YUV 94.06 80 212.83 -
System Red Green Blue C M Y K H S L
Decimal 213 50 9 0 0.77 0.96 0.16 12.06 0.92 0.44
Hex D5 32 9 0 4D 60 10 C 5C 2C
Octal 325 62 11 0 115 140 20 14 134 54
Binary 11010101 110010 1001 0 1001101 1100000 10000 1100 1011100 101100

Color Harmonies of #D53209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53209

Black with #D53209

Text Example


Text Example

White with #D53209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53209; }

 p { color: rgb(213,50,9); }

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

background-color css

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

 a { background-color: rgb(213,50,9); }

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

border-color css

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

 span { border-color: rgb(213,50,9); }

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