Html Css Color HEX #D54918 Harley Davidson Orange

📋 copy color: '#D54918'

red 213 ◦ green 73 ◦ blue 24

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

Shades of Harley Davidson Orange #D54918

Tints of Harley Davidson Orange #D54918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.74%

R = 68.71%
G = 23.55%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D54918 (or 0xD54918) is known color: Harley Davidson Orange. HEX triplet: D5, 49 and 18. RGB value is (213,73,24). Sum of RGB (Red+Green+Blue) = 213+73+24=310 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.71% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 24 (9.77% from 255 or 7.74% from 310); Max value from RGB is 213 - color contains mainly: red. Hex color #D54918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54918 is #2AB6E7. Grayscale: #6D6D6D. Windows color (decimal): -2799336 or 1591765. OLE color: 1591765.

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

Color convert

RGB 213 73 24 -
CMYK 0 0.66 0.89 0.16
HSL 15.56º 0.8% 0.46% -
HSV(B) 15.56º 0.89% 0.84% -
XYZ 29.99 18.98 2.95 -
YUV 109.27 79.88 201.98 -
System Red Green Blue C M Y K H S L
Decimal 213 73 24 0 0.66 0.89 0.16 15.56 0.8 0.46
Hex D5 49 18 0 42 59 10 10 50 2E
Octal 325 111 30 0 102 131 20 20 120 56
Binary 11010101 1001001 11000 0 1000010 1011001 10000 10000 1010000 101110

Color Harmonies of #D54918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54918

Black with #D54918

Text Example


Text Example

White with #D54918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54918; }

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

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

background-color css

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

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

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

border-color css

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

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

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