Html Css Color HEX #D54711 Harley Davidson Orange

📋 copy color: '#D54711'

red 213 ◦ green 71 ◦ blue 17

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

Shades of Harley Davidson Orange #D54711

Tints of Harley Davidson Orange #D54711

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.59%

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

R = 70.76%
G = 23.59%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D54711 (or 0xD54711) is known color: Harley Davidson Orange. HEX triplet: D5, 47 and 11. RGB value is (213,71,17). Sum of RGB (Red+Green+Blue) = 213+71+17=301 (39% of max value = 765). Red value is 213 (83.59% from 255 or 70.76% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 17 (7.03% from 255 or 5.65% from 301); Max value from RGB is 213 - color contains mainly: red. Hex color #D54711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54711 is #2AB8EE. Grayscale: #6B6B6B. Windows color (decimal): -2799855 or 1132501. OLE color: 1132501.

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

Color convert

RGB 213 71 17 -
CMYK 0 0.67 0.92 0.16
HSL 16.53º 0.85% 0.45% -
HSV(B) 16.53º 0.92% 0.84% -
XYZ 29.79 18.69 2.57 -
YUV 107.3 77.04 203.39 -
System Red Green Blue C M Y K H S L
Decimal 213 71 17 0 0.67 0.92 0.16 16.53 0.85 0.45
Hex D5 47 11 0 43 5C 10 11 55 2D
Octal 325 107 21 0 103 134 20 21 125 55
Binary 11010101 1000111 10001 0 1000011 1011100 10000 10001 1010101 101101

Color Harmonies of #D54711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54711

Black with #D54711

Text Example


Text Example

White with #D54711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54711; }

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

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

background-color css

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

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

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

border-color css

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

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

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