#D21B1B

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

Shades of Harley Davidson Orange #D21B1B

Tints of Harley Davidson Orange #D21B1B

Color information

#D21B1B (or 0xD21B1B) is unknown color: approx Harley Davidson Orange. HEX triplet: D2, 1B and 1B. RGB value is (210,27,27). Sum of RGB (Red+Green+Blue) = 210+27+27=264 (34% of max value = 765). Red value is 210 (82.42% from 255 or 79.55% from 264); Green value is 27 (10.94% from 255 or 10.23% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 210 - color contains mainly: red. Hex color #D21B1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21B1B is #2DE4E4. Grayscale: #515151. Windows color (decimal): -3007717 or 1776594. OLE color: 1776594.

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

Color convert

RGB2102727-
CMYK00.870.870.18
HSL77.22%46.47%-
HSV(B)87.14%82.35%-
XYZ27.1714.562.42-
YUV81.7297.13219.5-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 79.55%
GREEN value IS 27 (10.94% from 255) = 10.23%
BLUE value IS 27 (10.94% from 255) = 10.23%
R=79.55%
G=10.23%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210272700.870.870.18077.2246.47
HexD21B1B057571204d2e
Octal3223333012712722011556
Binary1101001011011110110101011110101111001001001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D21B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D21B1B; }

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

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

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

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

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

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

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

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