Html Css Color HEX #D54316 Harley Davidson Orange

📋 copy color: '#D54316'

red 213 ◦ green 67 ◦ blue 22

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

Shades of Harley Davidson Orange #D54316

Tints of Harley Davidson Orange #D54316

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.19%

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

R = 70.53%
G = 22.19%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D54316 (or 0xD54316) is known color: Harley Davidson Orange. HEX triplet: D5, 43 and 16. RGB value is (213,67,22). Sum of RGB (Red+Green+Blue) = 213+67+22=302 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.53% from 302); Green value is 67 (26.56% from 255 or 22.19% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 213 - color contains mainly: red. Hex color #D54316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54316 is #2ABCE9. Grayscale: #696969. Windows color (decimal): -2800874 or 1459157. OLE color: 1459157.

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

Color convert

RGB 213 67 22 -
CMYK 0 0.69 0.90 0.16
HSL 14.14º 0.81% 0.46% -
HSV(B) 14.14º 0.9% 0.84% -
XYZ 29.59 18.22 2.72 -
YUV 105.52 80.87 204.66 -
System Red Green Blue C M Y K H S L
Decimal 213 67 22 0 0.69 0.90 0.16 14.14 0.81 0.46
Hex D5 43 16 0 45 5A 10 E 51 2E
Octal 325 103 26 0 105 132 20 16 121 56
Binary 11010101 1000011 10110 0 1000101 1011010 10000 1110 1010001 101110

Color Harmonies of #D54316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54316

Black with #D54316

Text Example


Text Example

White with #D54316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54316; }

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

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

background-color css

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

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

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

border-color css

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

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

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