#D21B10

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

Shades of Harley Davidson Orange #D21B10

Tints of Harley Davidson Orange #D21B10

Color information

#D21B10 (or 0xD21B10) is unknown color: approx Harley Davidson Orange. HEX triplet: D2, 1B and 10. RGB value is (210,27,16). Sum of RGB (Red+Green+Blue) = 210+27+16=253 (33% of max value = 765). Red value is 210 (82.42% from 255 or 83.00% from 253); Green value is 27 (10.94% from 255 or 10.67% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 210 - color contains mainly: red. Hex color #D21B10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D21B10 is #2DE4EF. Grayscale: #505050. Windows color (decimal): -3007728 or 1055698. OLE color: 1055698.

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

Color convert

RGB2102716-
CMYK00.870.920.18
HSL3.4º85.84%44.31%-
HSV(B)3.4º92.38%82.35%-
XYZ27.0614.521.87-
YUV80.4691.63220.39-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 83.00%
GREEN value IS 27 (10.94% from 255) = 10.67%
BLUE value IS 16 (6.64% from 255) = 6.32%
R=83.00%
G=10.67%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.92
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210271600.870.920.183.485.8444.31
HexD21B100575C123562c
Octal3223320012713422312654
Binary11010010110111000001010111101110010010111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D21B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D21B10; }

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

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

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

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

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

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

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

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