Html Css Color HEX #D53309 Harley Davidson Orange

📋 copy color: '#D53309'

red 213 ◦ green 51 ◦ blue 9

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

Shades of Harley Davidson Orange #D53309

Tints of Harley Davidson Orange #D53309

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.68%

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

R = 78.02%
G = 18.68%
B = 3.3%

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

#D53309 (or 0xD53309) is known color: Harley Davidson Orange. HEX triplet: D5, 33 and 09. RGB value is (213,51,9). Sum of RGB (Red+Green+Blue) = 213+51+9=273 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.02% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 213 - color contains mainly: red. Hex color #D53309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53309 is #2ACCF6. Grayscale: #5E5E5E. Windows color (decimal): -2804983 or 603093. OLE color: 603093.

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

Color convert

RGB 213 51 9 -
CMYK 0 0.76 0.96 0.16
HSL 12.35º 0.92% 0.44% -
HSV(B) 12.35º 0.96% 0.84% -
XYZ 28.67 16.53 1.94 -
YUV 94.65 79.67 212.42 -
System Red Green Blue C M Y K H S L
Decimal 213 51 9 0 0.76 0.96 0.16 12.35 0.92 0.44
Hex D5 33 9 0 4C 60 10 C 5C 2C
Octal 325 63 11 0 114 140 20 14 134 54
Binary 11010101 110011 1001 0 1001100 1100000 10000 1100 1011100 101100

Color Harmonies of #D53309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53309

Black with #D53309

Text Example


Text Example

White with #D53309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53309; }

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

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

background-color css

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

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

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

border-color css

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

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

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