#D43413

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

Shades of Harley Davidson Orange #D43413

Tints of Harley Davidson Orange #D43413

Color information

#D43413 (or 0xD43413) is unknown color: approx Harley Davidson Orange. HEX triplet: D4, 34 and 13. RGB value is (212,52,19). Sum of RGB (Red+Green+Blue) = 212+52+19=283 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.91% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 212 - color contains mainly: red. Hex color #D43413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43413 is #2BCBEC. Grayscale: #606060. Windows color (decimal): -2870253 or 1258708. OLE color: 1258708.

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

Color convert

RGB2125219-
CMYK00.750.910.17
HSL10.26º83.55%45.29%-
HSV(B)10.26º91.04%83.14%-
XYZ28.516.52.3-
YUV96.0884.51210.68-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 74.91%
GREEN value IS 52 (20.70% from 255) = 18.37%
BLUE value IS 19 (7.81% from 255) = 6.71%
R=74.91%
G=18.37%
B=6.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.91
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212521900.750.910.1710.2683.5545.29
HexD4341304B5B11a542d
Octal32464230113133211212455
Binary11010100110100100110100101110110111000110101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43413; }

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

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

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

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

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

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

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

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