#DD421C

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

Shades of Harley Davidson Orange #DD421C

Tints of Harley Davidson Orange #DD421C

Color information

#DD421C (or 0xDD421C) is unknown color: approx Harley Davidson Orange. HEX triplet: DD, 42 and 1C. RGB value is (221,66,28). Sum of RGB (Red+Green+Blue) = 221+66+28=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD421C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD421C is #22BDE3. Grayscale: #6C6C6C. Windows color (decimal): -2276836 or 1852125. OLE color: 1852125.

HSL color Cylindrical-coordinate representation of color #DD421C: hue angle of 11.81º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD421C is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB2216628-
CMYK00.700.870.13
HSL11.81º77.51%48.82%-
HSV(B)11.81º87.33%86.67%-
XYZ31.9819.353.15-
YUV108.0182.85208.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 70.16%
GREEN value IS 66 (26.17% from 255) = 20.95%
BLUE value IS 28 (11.33% from 255) = 8.89%
R=70.16%
G=20.95%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221662800.700.870.1311.8177.5148.82
HexDD421C04657Dc4e31
Octal335102340106127151411661
Binary11011101100001011100010001101010111110111001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD421C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD421C; }

 p { color: rgb(221,66,28); }

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

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

 a { background-color: rgb(221,66,28); }

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

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

 span { border-color: rgb(221,66,28); }

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