Html Css Color HEX #D54120 Harley Davidson Orange

📋 copy color: '#D54120'

red 213 ◦ green 65 ◦ blue 32

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

Shades of Harley Davidson Orange #D54120

Tints of Harley Davidson Orange #D54120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.32%

R = 68.71%
G = 20.97%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D54120 (or 0xD54120) is known color: Harley Davidson Orange. HEX triplet: D5, 41 and 20. RGB value is (213,65,32). Sum of RGB (Red+Green+Blue) = 213+65+32=310 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.71% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 213 - color contains mainly: red. Hex color #D54120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54120 is #2ABEDF. Grayscale: #696969. Windows color (decimal): -2801376 or 2114005. OLE color: 2114005.

HSL color Cylindrical-coordinate representation of color #D54120: hue angle of 10.94º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D54120 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 65 32 -
CMYK 0 0.69 0.85 0.16
HSL 10.94º 0.74% 0.48% -
HSV(B) 10.94º 0.85% 0.84% -
XYZ 29.59 18.03 3.29 -
YUV 105.49 86.53 204.68 -
System Red Green Blue C M Y K H S L
Decimal 213 65 32 0 0.69 0.85 0.16 10.94 0.74 0.48
Hex D5 41 20 0 45 55 10 B 4A 30
Octal 325 101 40 0 105 125 20 13 112 60
Binary 11010101 1000001 100000 0 1000101 1010101 10000 1011 1001010 110000

Color Harmonies of #D54120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54120

Black with #D54120

Text Example


Text Example

White with #D54120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54120; }

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

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

background-color css

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

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

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

border-color css

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

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

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