#D12E1A

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

Shades of Harley Davidson Orange #D12E1A

Tints of Harley Davidson Orange #D12E1A

Color information

#D12E1A (or 0xD12E1A) is unknown color: approx Harley Davidson Orange. HEX triplet: D1, 2E and 1A. RGB value is (209,46,26). Sum of RGB (Red+Green+Blue) = 209+46+26=281 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.38% from 281); Green value is 46 (18.36% from 255 or 16.37% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 209 - color contains mainly: red. Hex color #D12E1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12E1A is #2ED1E5. Grayscale: #5C5C5C. Windows color (decimal): -3068390 or 1715921. OLE color: 1715921.

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

Color convert

RGB2094626-
CMYK00.780.880.18
HSL6.56º77.87%46.08%-
HSV(B)6.56º87.56%81.96%-
XYZ27.4615.582.54-
YUV92.4690.5211.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 74.38%
GREEN value IS 46 (18.36% from 255) = 16.37%
BLUE value IS 26 (10.55% from 255) = 9.25%
R=74.38%
G=16.37%
B=9.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209462600.780.880.186.5677.8746.08
HexD12E1A04E581274e2e
Octal3215632011613022711656
Binary1101000110111011010010011101011000100101111001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12E1A; }

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

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

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

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

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

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

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

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