Html Css Color HEX #D54916 Harley Davidson Orange

📋 copy color: '#D54916'

red 213 ◦ green 73 ◦ blue 22

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

Shades of Harley Davidson Orange #D54916

Tints of Harley Davidson Orange #D54916

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.7%

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

R = 69.16%
G = 23.7%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D54916 (or 0xD54916) is known color: Harley Davidson Orange. HEX triplet: D5, 49 and 16. RGB value is (213,73,22). Sum of RGB (Red+Green+Blue) = 213+73+22=308 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.16% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 213 - color contains mainly: red. Hex color #D54916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54916 is #2AB6E9. Grayscale: #6D6D6D. Windows color (decimal): -2799338 or 1460693. OLE color: 1460693.

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

Color convert

RGB 213 73 22 -
CMYK 0 0.66 0.90 0.16
HSL 16.02º 0.81% 0.46% -
HSV(B) 16.02º 0.9% 0.84% -
XYZ 29.97 18.97 2.84 -
YUV 109.05 78.88 202.15 -
System Red Green Blue C M Y K H S L
Decimal 213 73 22 0 0.66 0.90 0.16 16.02 0.81 0.46
Hex D5 49 16 0 42 5A 10 10 51 2E
Octal 325 111 26 0 102 132 20 20 121 56
Binary 11010101 1001001 10110 0 1000010 1011010 10000 10000 1010001 101110

Color Harmonies of #D54916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54916

Black with #D54916

Text Example


Text Example

White with #D54916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54916; }

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

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

background-color css

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

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

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

border-color css

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

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

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