Html Css Color HEX #D54111 Harley Davidson Orange

📋 copy color: '#D54111'

red 213 ◦ green 65 ◦ blue 17

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

Shades of Harley Davidson Orange #D54111

Tints of Harley Davidson Orange #D54111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.76%

R = 72.2%
G = 22.03%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D54111 (or 0xD54111) is known color: Harley Davidson Orange. HEX triplet: D5, 41 and 11. RGB value is (213,65,17). Sum of RGB (Red+Green+Blue) = 213+65+17=295 (39% of max value = 765). Red value is 213 (83.59% from 255 or 72.20% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 213 - color contains mainly: red. Hex color #D54111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54111 is #2ABEEE. Grayscale: #686868. Windows color (decimal): -2801391 or 1130965. OLE color: 1130965.

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

Color convert

RGB 213 65 17 -
CMYK 0 0.69 0.92 0.16
HSL 14.69º 0.85% 0.45% -
HSV(B) 14.69º 0.92% 0.84% -
XYZ 29.43 17.97 2.45 -
YUV 103.78 79.03 205.9 -
System Red Green Blue C M Y K H S L
Decimal 213 65 17 0 0.69 0.92 0.16 14.69 0.85 0.45
Hex D5 41 11 0 45 5C 10 F 55 2D
Octal 325 101 21 0 105 134 20 17 125 55
Binary 11010101 1000001 10001 0 1000101 1011100 10000 1111 1010101 101101

Color Harmonies of #D54111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54111

Black with #D54111

Text Example


Text Example

White with #D54111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54111; }

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

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

background-color css

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

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

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

border-color css

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

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

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