#d5271f

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

Shades of Harley Davidson Orange #D5271F

Tints of Harley Davidson Orange #D5271F

Color information

#D5271F (or 0xD5271F) is unknown color: approx Harley Davidson Orange. HEX triplet: D5, 27 and 1F. RGB value is (213,39,31). Sum of RGB (Red+Green+Blue) = 213+39+31=283 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.27% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 213 - color contains mainly: red. Hex color #D5271F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5271F is #2AD8E0. Grayscale: #5A5A5A. Windows color (decimal): -2808033 or 2041813. OLE color: 2041813.

HSL color Cylindrical-coordinate representation of color #D5271F: hue angle of 2.64º degrees, saturation: 0.75, 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 #D5271F is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB2133931-
CMYK00.820.850.16
HSL2.64º74.59%47.84%-
HSV(B)2.64º85.45%83.53%-
XYZ28.4115.72.83-
YUV90.1194.65215.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 75.27%
GREEN value IS 39 (15.62% from 255) = 13.78%
BLUE value IS 31 (12.5% from 255) = 10.95%
R=75.27%
G=13.78%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.85
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213393100.820.850.162.6474.5947.84
HexD5271F052551034b30
Octal3254737012212520311360
Binary110101011001111111101010010101010110000111001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5271f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5271f; }

 p { color: rgb(213,39,31); }

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

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

 a { background-color: rgb(213,39,31); }

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

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

 span { border-color: rgb(213,39,31); }

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