Html Css Color HEX #D54217 Harley Davidson Orange

📋 copy color: '#D54217'

red 213 ◦ green 66 ◦ blue 23

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

Shades of Harley Davidson Orange #D54217

Tints of Harley Davidson Orange #D54217

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.85%

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

R = 70.53%
G = 21.85%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D54217 (or 0xD54217) is known color: Harley Davidson Orange. HEX triplet: D5, 42 and 17. RGB value is (213,66,23). Sum of RGB (Red+Green+Blue) = 213+66+23=302 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.53% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 23 (9.38% from 255 or 7.62% from 302); Max value from RGB is 213 - color contains mainly: red. Hex color #D54217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54217 is #2ABDE8. Grayscale: #696969. Windows color (decimal): -2801129 or 1524437. OLE color: 1524437.

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

Color convert

RGB 213 66 23 -
CMYK 0 0.69 0.89 0.16
HSL 13.58º 0.81% 0.46% -
HSV(B) 13.58º 0.89% 0.84% -
XYZ 29.54 18.1 2.75 -
YUV 105.05 81.7 205 -
System Red Green Blue C M Y K H S L
Decimal 213 66 23 0 0.69 0.89 0.16 13.58 0.81 0.46
Hex D5 42 17 0 45 59 10 E 51 2E
Octal 325 102 27 0 105 131 20 16 121 56
Binary 11010101 1000010 10111 0 1000101 1011001 10000 1110 1010001 101110

Color Harmonies of #D54217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54217

Black with #D54217

Text Example


Text Example

White with #D54217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54217; }

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

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

background-color css

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

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

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

border-color css

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

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

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