Html Css Color HEX #D54016 Harley Davidson Orange

📋 copy color: '#D54016'

red 213 ◦ green 64 ◦ blue 22

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

Shades of Harley Davidson Orange #D54016

Tints of Harley Davidson Orange #D54016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.36%

R = 71.24%
G = 21.4%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D54016 (or 0xD54016) is known color: Harley Davidson Orange. HEX triplet: D5, 40 and 16. RGB value is (213,64,22). Sum of RGB (Red+Green+Blue) = 213+64+22=299 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.24% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 22 (8.98% from 255 or 7.36% from 299); Max value from RGB is 213 - color contains mainly: red. Hex color #D54016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54016 is #2ABFE9. Grayscale: #686868. Windows color (decimal): -2801642 or 1458389. OLE color: 1458389.

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

Color convert

RGB 213 64 22 -
CMYK 0 0.70 0.90 0.16
HSL 13.19º 0.81% 0.46% -
HSV(B) 13.19º 0.9% 0.84% -
XYZ 29.42 17.87 2.66 -
YUV 103.76 81.86 205.92 -
System Red Green Blue C M Y K H S L
Decimal 213 64 22 0 0.70 0.90 0.16 13.19 0.81 0.46
Hex D5 40 16 0 46 5A 10 D 51 2E
Octal 325 100 26 0 106 132 20 15 121 56
Binary 11010101 1000000 10110 0 1000110 1011010 10000 1101 1010001 101110

Color Harmonies of #D54016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54016

Black with #D54016

Text Example


Text Example

White with #D54016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54016; }

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

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

background-color css

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

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

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

border-color css

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

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

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