Html Css Color HEX #D54417 Harley Davidson Orange

📋 copy color: '#D54417'

red 213 ◦ green 68 ◦ blue 23

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

Shades of Harley Davidson Orange #D54417

Tints of Harley Davidson Orange #D54417

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.37%

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

R = 70.07%
G = 22.37%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D54417 (or 0xD54417) is known color: Harley Davidson Orange. HEX triplet: D5, 44 and 17. RGB value is (213,68,23). Sum of RGB (Red+Green+Blue) = 213+68+23=304 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.07% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 23 (9.38% from 255 or 7.57% from 304); Max value from RGB is 213 - color contains mainly: red. Hex color #D54417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54417 is #2ABBE8. Grayscale: #6A6A6A. Windows color (decimal): -2800617 or 1524949. OLE color: 1524949.

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

Color convert

RGB 213 68 23 -
CMYK 0 0.68 0.89 0.16
HSL 14.21º 0.81% 0.46% -
HSV(B) 14.21º 0.89% 0.84% -
XYZ 29.66 18.34 2.79 -
YUV 106.23 81.04 204.16 -
System Red Green Blue C M Y K H S L
Decimal 213 68 23 0 0.68 0.89 0.16 14.21 0.81 0.46
Hex D5 44 17 0 44 59 10 E 51 2E
Octal 325 104 27 0 104 131 20 16 121 56
Binary 11010101 1000100 10111 0 1000100 1011001 10000 1110 1010001 101110

Color Harmonies of #D54417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54417

Black with #D54417

Text Example


Text Example

White with #D54417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54417; }

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

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

background-color css

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

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

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

border-color css

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

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

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