Html Css Color HEX #D54018 Harley Davidson Orange

📋 copy color: '#D54018'

red 213 ◦ green 64 ◦ blue 24

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

Shades of Harley Davidson Orange #D54018

Tints of Harley Davidson Orange #D54018

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.26%

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

R = 70.76%
G = 21.26%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D54018 (or 0xD54018) is known color: Harley Davidson Orange. HEX triplet: D5, 40 and 18. RGB value is (213,64,24). Sum of RGB (Red+Green+Blue) = 213+64+24=301 (39% of max value = 765). Red value is 213 (83.59% from 255 or 70.76% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 24 (9.77% from 255 or 7.97% from 301); Max value from RGB is 213 - color contains mainly: red. Hex color #D54018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54018 is #2ABFE7. Grayscale: #686868. Windows color (decimal): -2801640 or 1589461. OLE color: 1589461.

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

Color convert

RGB 213 64 24 -
CMYK 0 0.70 0.89 0.16
HSL 12.7º 0.8% 0.46% -
HSV(B) 12.7º 0.89% 0.84% -
XYZ 29.44 17.88 2.76 -
YUV 103.99 82.86 205.75 -
System Red Green Blue C M Y K H S L
Decimal 213 64 24 0 0.70 0.89 0.16 12.7 0.8 0.46
Hex D5 40 18 0 46 59 10 D 50 2E
Octal 325 100 30 0 106 131 20 15 120 56
Binary 11010101 1000000 11000 0 1000110 1011001 10000 1101 1010000 101110

Color Harmonies of #D54018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54018

Black with #D54018

Text Example


Text Example

White with #D54018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54018; }

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

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

background-color css

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

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

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

border-color css

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

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

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