#d21e1b

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

Shades of Harley Davidson Orange #D21E1B

Tints of Harley Davidson Orange #D21E1B

Color information

#D21E1B (or 0xD21E1B) is unknown color: approx Harley Davidson Orange. HEX triplet: D2, 1E and 1B. RGB value is (210,30,27). Sum of RGB (Red+Green+Blue) = 210+30+27=267 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.65% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 210 - color contains mainly: red. Hex color #D21E1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21E1B is #2DE1E4. Grayscale: #535353. Windows color (decimal): -3006949 or 1777362. OLE color: 1777362.

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

Color convert

RGB2103027-
CMYK00.860.870.18
HSL0.98º77.22%46.47%-
HSV(B)0.98º87.14%82.35%-
XYZ27.2414.712.44-
YUV83.4896.13218.24-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 78.65%
GREEN value IS 30 (12.11% from 255) = 11.24%
BLUE value IS 27 (10.94% from 255) = 10.11%
R=78.65%
G=11.24%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210302700.860.870.180.9877.2246.47
HexD21E1B056571214d2e
Octal3223633012612722111556
Binary1101001011110110110101011010101111001011001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d21e1b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d21e1b; }

 p { color: rgb(210,30,27); }

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

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

 a { background-color: rgb(210,30,27); }

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

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

 span { border-color: rgb(210,30,27); }

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