#D54C1B

Color #D54C1B Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #D54C1B

Tints of Harley Davidson Orange #D54C1B

Color information

#D54C1B (or 0xD54C1B) is unknown color: approx Harley Davidson Orange. HEX triplet: D5, 4C and 1B. RGB value is (213,76,27). Sum of RGB (Red+Green+Blue) = 213+76+27=316 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.41% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54C1B is #2AB3E4. Grayscale: #6F6F6F. Windows color (decimal): -2798565 or 1789141. OLE color: 1789141.

HSL color Cylindrical-coordinate representation of color #D54C1B: hue angle of 15.81º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D54C1B is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB2137627-
CMYK00.640.870.16
HSL15.81º77.5%47.06%-
HSV(B)15.81º87.32%83.53%-
XYZ30.2219.393.19-
YUV111.3880.39200.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 67.41%
GREEN value IS 76 (30.08% from 255) = 24.05%
BLUE value IS 27 (10.94% from 255) = 8.54%
R=67.41%
G=24.05%
B=8.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.87
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213762700.640.870.1615.8177.547.06
HexD54C1B0405710104e2f
Octal325114330100127202011657
Binary1101010110011001101101000000101011110000100001001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54C1B; }

 p { color: rgb(213,76,27); }

 H1.HeaderClassName
 {
   color: #D54C1B;
 }
 .AnyTagClassName
 {
   color: #D54C1B;
 }
</style>
background-color css

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

 a { background-color: rgb(213,76,27); }

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

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

 span { border-color: rgb(213,76,27); }

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