#D9261C

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

Shades of Harley Davidson Orange #D9261C

Tints of Harley Davidson Orange #D9261C

Color information

#D9261C (or 0xD9261C) is unknown color: approx Harley Davidson Orange. HEX triplet: D9, 26 and 1C. RGB value is (217,38,28). Sum of RGB (Red+Green+Blue) = 217+38+28=283 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.68% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 217 - color contains mainly: red. Hex color #D9261C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9261C is #26D9E3. Grayscale: #5A5A5A. Windows color (decimal): -2546148 or 1844953. OLE color: 1844953.

HSL color Cylindrical-coordinate representation of color #D9261C: hue angle of 3.17º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D9261C is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB2173828-
CMYK00.820.870.15
HSL3.17º77.14%48.04%-
HSV(B)3.17º87.1%85.1%-
XYZ29.5216.222.67-
YUV90.3892.8218.31-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 76.68%
GREEN value IS 38 (15.23% from 255) = 13.43%
BLUE value IS 28 (11.33% from 255) = 9.89%
R=76.68%
G=13.43%
B=9.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.87
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217382800.820.870.153.1777.1448.04
HexD9261C05257F34d30
Octal3314634012212717311560
Binary11011001100110111000101001010101111111111001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9261C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9261C; }

 p { color: rgb(217,38,28); }

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

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

 a { background-color: rgb(217,38,28); }

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

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

 span { border-color: rgb(217,38,28); }

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