#D1241A

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

Shades of Harley Davidson Orange #D1241A

Tints of Harley Davidson Orange #D1241A

Color information

#D1241A (or 0xD1241A) is unknown color: approx Harley Davidson Orange. HEX triplet: D1, 24 and 1A. RGB value is (209,36,26). Sum of RGB (Red+Green+Blue) = 209+36+26=271 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.12% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 209 - color contains mainly: red. Hex color #D1241A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1241A is #2EDBE5. Grayscale: #565656. Windows color (decimal): -3070950 or 1713361. OLE color: 1713361.

HSL color Cylindrical-coordinate representation of color #D1241A: hue angle of 3.28º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D1241A is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB2093626-
CMYK00.830.880.18
HSL3.28º77.87%46.08%-
HSV(B)3.28º87.56%81.96%-
XYZ27.1114.892.42-
YUV86.5993.81215.31-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 77.12%
GREEN value IS 36 (14.45% from 255) = 13.28%
BLUE value IS 26 (10.55% from 255) = 9.59%
R=77.12%
G=13.28%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209362600.830.880.183.2877.8746.08
HexD1241A053581234e2e
Octal3214432012313022311656
Binary110100011001001101001010011101100010010111001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1241A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1241A; }

 p { color: rgb(209,36,26); }

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

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

 a { background-color: rgb(209,36,26); }

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

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

 span { border-color: rgb(209,36,26); }

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