#D43421

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

Shades of Harley Davidson Orange #D43421

Tints of Harley Davidson Orange #D43421

Color information

#D43421 (or 0xD43421) is unknown color: approx Harley Davidson Orange. HEX triplet: D4, 34 and 21. RGB value is (212,52,33). Sum of RGB (Red+Green+Blue) = 212+52+33=297 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.38% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 212 - color contains mainly: red. Hex color #D43421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43421 is #2BCBDE. Grayscale: #616161. Windows color (decimal): -2870239 or 2176212. OLE color: 2176212.

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

Color convert

RGB2125233-
CMYK00.750.840.17
HSL6.37º73.06%48.04%-
HSV(B)6.37º84.43%83.14%-
XYZ28.6516.563.13-
YUV97.6791.51209.54-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 71.38%
GREEN value IS 52 (20.70% from 255) = 17.51%
BLUE value IS 33 (13.28% from 255) = 11.11%
R=71.38%
G=17.51%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.84
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212523300.750.840.176.3773.0648.04
HexD4342104B541164930
Octal3246441011312421611160
Binary11010100110100100001010010111010100100011101001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43421; }

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

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

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

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

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

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

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

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