#D21C0C

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

Shades of Harley Davidson Orange #D21C0C

Tints of Harley Davidson Orange #D21C0C

Color information

#D21C0C (or 0xD21C0C) is unknown color: approx Harley Davidson Orange. HEX triplet: D2, 1C and 0C. RGB value is (210,28,12). Sum of RGB (Red+Green+Blue) = 210+28+12=250 (33% of max value = 765). Red value is 210 (82.42% from 255 or 84% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 210 - color contains mainly: red. Hex color #D21C0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D21C0C is #2DE3F3. Grayscale: #505050. Windows color (decimal): -3007476 or 793810. OLE color: 793810.

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

Color convert

RGB2102812-
CMYK00.870.940.18
HSL4.85º89.19%43.53%-
HSV(B)4.85º94.29%82.35%-
XYZ27.0614.561.73-
YUV80.5989.3220.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 84%
GREEN value IS 28 (11.33% from 255) = 11.2%
BLUE value IS 12 (5.08% from 255) = 4.8%
R=84%
G=11.2%
B=4.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210281200.870.940.184.8589.1943.53
HexD21CC0575E125592c
Octal3223414012713622513154
Binary11010010111001100010101111011110100101011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D21C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D21C0C; }

 p { color: rgb(210,28,12); }

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

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

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

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

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

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

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