Html Css Color HEX #D54A17 Harley Davidson Orange

📋 copy color: '#D54A17'

red 213 ◦ green 74 ◦ blue 23

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

Shades of Harley Davidson Orange #D54A17

Tints of Harley Davidson Orange #D54A17

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.87%

 BLUE value IS 23 (9.38% from 255) = 7.42%

R = 68.71%
G = 23.87%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D54A17 (or 0xD54A17) is known color: Harley Davidson Orange. HEX triplet: D5, 4A and 17. RGB value is (213,74,23). Sum of RGB (Red+Green+Blue) = 213+74+23=310 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.71% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 23 (9.38% from 255 or 7.42% from 310); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54A17 is #2AB5E8. Grayscale: #6E6E6E. Windows color (decimal): -2799081 or 1526485. OLE color: 1526485.

HSL color Cylindrical-coordinate representation of color #D54A17: hue angle of 16.11º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D54A17 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 74 23 -
CMYK 0 0.65 0.89 0.16
HSL 16.11º 0.81% 0.46% -
HSV(B) 16.11º 0.89% 0.84% -
XYZ 30.04 19.11 2.91 -
YUV 109.75 79.05 201.65 -
System Red Green Blue C M Y K H S L
Decimal 213 74 23 0 0.65 0.89 0.16 16.11 0.81 0.46
Hex D5 4A 17 0 41 59 10 10 51 2E
Octal 325 112 27 0 101 131 20 20 121 56
Binary 11010101 1001010 10111 0 1000001 1011001 10000 10000 1010001 101110

Color Harmonies of #D54A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54A17

Black with #D54A17

Text Example


Text Example

White with #D54A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54A17; }

 p { color: rgb(213,74,23); }

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

background-color css

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

 a { background-color: rgb(213,74,23); }

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

border-color css

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

 span { border-color: rgb(213,74,23); }

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