Html Css Color HEX #D54118 Harley Davidson Orange

📋 copy color: '#D54118'

red 213 ◦ green 65 ◦ blue 24

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

Shades of Harley Davidson Orange #D54118

Tints of Harley Davidson Orange #D54118

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.52%

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

R = 70.53%
G = 21.52%
B = 7.95%

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

#D54118 (or 0xD54118) is known color: Harley Davidson Orange. HEX triplet: D5, 41 and 18. RGB value is (213,65,24). Sum of RGB (Red+Green+Blue) = 213+65+24=302 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.53% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 213 - color contains mainly: red. Hex color #D54118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54118 is #2ABEE7. Grayscale: #686868. Windows color (decimal): -2801384 or 1589717. OLE color: 1589717.

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

Color convert

RGB 213 65 24 -
CMYK 0 0.69 0.89 0.16
HSL 13.02º 0.8% 0.46% -
HSV(B) 13.02º 0.89% 0.84% -
XYZ 29.5 17.99 2.78 -
YUV 104.58 82.53 205.33 -
System Red Green Blue C M Y K H S L
Decimal 213 65 24 0 0.69 0.89 0.16 13.02 0.8 0.46
Hex D5 41 18 0 45 59 10 D 50 2E
Octal 325 101 30 0 105 131 20 15 120 56
Binary 11010101 1000001 11000 0 1000101 1011001 10000 1101 1010000 101110

Color Harmonies of #D54118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54118

Black with #D54118

Text Example


Text Example

White with #D54118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54118; }

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

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

background-color css

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

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

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

border-color css

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

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

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