Html Css Color HEX #D54009 Harley Davidson Orange

📋 copy color: '#D54009'

red 213 ◦ green 64 ◦ blue 9

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

Shades of Harley Davidson Orange #D54009

Tints of Harley Davidson Orange #D54009

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.38%

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

R = 74.48%
G = 22.38%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D54009 (or 0xD54009) is known color: Harley Davidson Orange. HEX triplet: D5, 40 and 09. RGB value is (213,64,9). Sum of RGB (Red+Green+Blue) = 213+64+9=286 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.48% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 9 (3.91% from 255 or 3.15% from 286); Max value from RGB is 213 - color contains mainly: red. Hex color #D54009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54009 is #2ABFF6. Grayscale: #666666. Windows color (decimal): -2801655 or 606421. OLE color: 606421.

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

Color convert

RGB 213 64 9 -
CMYK 0 0.70 0.96 0.16
HSL 16.18º 0.92% 0.44% -
HSV(B) 16.18º 0.96% 0.84% -
XYZ 29.32 17.83 2.15 -
YUV 102.28 75.36 206.97 -
System Red Green Blue C M Y K H S L
Decimal 213 64 9 0 0.70 0.96 0.16 16.18 0.92 0.44
Hex D5 40 9 0 46 60 10 10 5C 2C
Octal 325 100 11 0 106 140 20 20 134 54
Binary 11010101 1000000 1001 0 1000110 1100000 10000 10000 1011100 101100

Color Harmonies of #D54009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54009

Black with #D54009

Text Example


Text Example

White with #D54009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54009; }

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

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

background-color css

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

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

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

border-color css

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

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

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