#DD281C

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

Shades of Harley Davidson Orange #DD281C

Tints of Harley Davidson Orange #DD281C

Color information

#DD281C (or 0xDD281C) is unknown color: approx Harley Davidson Orange. HEX triplet: DD, 28 and 1C. RGB value is (221,40,28). Sum of RGB (Red+Green+Blue) = 221+40+28=289 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.47% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 221 - color contains mainly: red. Hex color #DD281C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD281C is #22D7E3. Grayscale: #5C5C5C. Windows color (decimal): -2283492 or 1845469. OLE color: 1845469.

HSL color Cylindrical-coordinate representation of color #DD281C: hue angle of 3.73º 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 #DD281C is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB2214028-
CMYK00.820.870.13
HSL3.73º77.51%48.82%-
HSV(B)3.73º87.33%86.67%-
XYZ30.7916.972.75-
YUV92.7591.47219.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 76.47%
GREEN value IS 40 (16.02% from 255) = 13.84%
BLUE value IS 28 (11.33% from 255) = 9.69%
R=76.47%
G=13.84%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221402800.820.870.133.7377.5148.82
HexDD281C05257D44e31
Octal3355034012212715411661
Binary110111011010001110001010010101011111011001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD281C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD281C; }

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

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

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

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

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

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

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

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