#D12A1E

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

Shades of Harley Davidson Orange #D12A1E

Tints of Harley Davidson Orange #D12A1E

Color information

#D12A1E (or 0xD12A1E) is unknown color: approx Harley Davidson Orange. HEX triplet: D1, 2A and 1E. RGB value is (209,42,30). Sum of RGB (Red+Green+Blue) = 209+42+30=281 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.38% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 209 - color contains mainly: red. Hex color #D12A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12A1E is #2ED5E1. Grayscale: #5A5A5A. Windows color (decimal): -3069410 or 1977041. OLE color: 1977041.

HSL color Cylindrical-coordinate representation of color #D12A1E: hue angle of 4.02º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D12A1E is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB2094230-
CMYK00.800.860.18
HSL4.02º74.9%46.86%-
HSV(B)4.02º85.65%81.96%-
XYZ27.3615.32.74-
YUV90.5693.83212.48-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 74.38%
GREEN value IS 42 (16.80% from 255) = 14.95%
BLUE value IS 30 (12.11% from 255) = 10.68%
R=74.38%
G=14.95%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209423000.800.860.184.0274.946.86
HexD12A1E050561244b2f
Octal3215236012012622411357
Binary1101000110101011110010100001010110100101001001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12A1E; }

 p { color: rgb(209,42,30); }

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

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

 a { background-color: rgb(209,42,30); }

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

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

 span { border-color: rgb(209,42,30); }

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