#D1211A

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

Shades of Harley Davidson Orange #D1211A

Tints of Harley Davidson Orange #D1211A

Color information

#D1211A (or 0xD1211A) is unknown color: approx Harley Davidson Orange. HEX triplet: D1, 21 and 1A. RGB value is (209,33,26). Sum of RGB (Red+Green+Blue) = 209+33+26=268 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.99% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 209 - color contains mainly: red. Hex color #D1211A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1211A is #2EDEE5. Grayscale: #555555. Windows color (decimal): -3071718 or 1712593. OLE color: 1712593.

HSL color Cylindrical-coordinate representation of color #D1211A: hue angle of 2.3º 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 #D1211A is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB2093326-
CMYK00.840.880.18
HSL2.3º77.87%46.08%-
HSV(B)2.3º87.56%81.96%-
XYZ27.0214.722.39-
YUV84.8394.81216.57-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 77.99%
GREEN value IS 33 (13.28% from 255) = 12.31%
BLUE value IS 26 (10.55% from 255) = 9.70%
R=77.99%
G=12.31%
B=9.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209332600.840.880.182.377.8746.08
HexD1211A054581224e2e
Octal3214132012413022211656
Binary110100011000011101001010100101100010010101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1211A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1211A; }

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

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

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

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

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

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

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

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