#d0221d

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

Shades of Harley Davidson Orange #D0221D

Tints of Harley Davidson Orange #D0221D

Color information

#D0221D (or 0xD0221D) is unknown color: approx Harley Davidson Orange. HEX triplet: D0, 22 and 1D. RGB value is (208,34,29). Sum of RGB (Red+Green+Blue) = 208+34+29=271 (35% of max value = 765). Red value is 208 (81.64% from 255 or 76.75% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 208 - color contains mainly: red. Hex color #D0221D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0221D is #2FDDE2. Grayscale: #555555. Windows color (decimal): -3136995 or 1909456. OLE color: 1909456.

HSL color Cylindrical-coordinate representation of color #D0221D: hue angle of 1.68º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0221D is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB2083429-
CMYK00.840.860.18
HSL1.68º75.53%46.47%-
HSV(B)1.68º86.06%81.57%-
XYZ26.8114.642.58-
YUV85.4696.15215.41-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 76.75%
GREEN value IS 34 (13.67% from 255) = 12.55%
BLUE value IS 29 (11.72% from 255) = 10.70%
R=76.75%
G=12.55%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208342900.840.860.181.6875.5346.47
HexD0221D054561224c2e
Octal3204235012412622211456
Binary110100001000101110101010100101011010010101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0221d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0221d; }

 p { color: rgb(208,34,29); }

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

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

 a { background-color: rgb(208,34,29); }

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

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

 span { border-color: rgb(208,34,29); }

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