#D4341A

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

Shades of Harley Davidson Orange #D4341A

Tints of Harley Davidson Orange #D4341A

Color information

#D4341A (or 0xD4341A) is unknown color: approx Harley Davidson Orange. HEX triplet: D4, 34 and 1A. RGB value is (212,52,26). Sum of RGB (Red+Green+Blue) = 212+52+26=290 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.10% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 26 (10.55% from 255 or 8.97% from 290); Max value from RGB is 212 - color contains mainly: red. Hex color #D4341A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4341A is #2BCBE5. Grayscale: #616161. Windows color (decimal): -2870246 or 1717460. OLE color: 1717460.

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

Color convert

RGB2125226-
CMYK00.750.880.17
HSL8.39º78.15%46.67%-
HSV(B)8.39º87.74%83.14%-
XYZ28.5716.532.66-
YUV96.8888.01210.11-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 73.10%
GREEN value IS 52 (20.70% from 255) = 17.93%
BLUE value IS 26 (10.55% from 255) = 8.97%
R=73.10%
G=17.93%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.88
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212522600.750.880.178.3978.1546.67
HexD4341A04B581184e2f
Octal32464320113130211011657
Binary11010100110100110100100101110110001000110001001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4341A; }

 p { color: rgb(212,52,26); }

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

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

 a { background-color: rgb(212,52,26); }

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

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

 span { border-color: rgb(212,52,26); }

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