Html Css Color HEX #D53409 Harley Davidson Orange

📋 copy color: '#D53409'

red 213 ◦ green 52 ◦ blue 9

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

Shades of Harley Davidson Orange #D53409

Tints of Harley Davidson Orange #D53409

RGB

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

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

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

R = 77.74%
G = 18.98%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D53409 (or 0xD53409) is known color: Harley Davidson Orange. HEX triplet: D5, 34 and 09. RGB value is (213,52,9). Sum of RGB (Red+Green+Blue) = 213+52+9=274 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.74% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 9 (3.91% from 255 or 3.28% from 274); Max value from RGB is 213 - color contains mainly: red. Hex color #D53409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53409 is #2ACBF6. Grayscale: #5F5F5F. Windows color (decimal): -2804727 or 603349. OLE color: 603349.

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

Color convert

RGB 213 52 9 -
CMYK 0 0.76 0.96 0.16
HSL 12.65º 0.92% 0.44% -
HSV(B) 12.65º 0.96% 0.84% -
XYZ 28.72 16.62 1.95 -
YUV 95.24 79.34 212 -
System Red Green Blue C M Y K H S L
Decimal 213 52 9 0 0.76 0.96 0.16 12.65 0.92 0.44
Hex D5 34 9 0 4C 60 10 D 5C 2C
Octal 325 64 11 0 114 140 20 15 134 54
Binary 11010101 110100 1001 0 1001100 1100000 10000 1101 1011100 101100

Color Harmonies of #D53409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53409

Black with #D53409

Text Example


Text Example

White with #D53409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53409; }

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

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

background-color css

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

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

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

border-color css

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

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

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