#D21E0D

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

Shades of Harley Davidson Orange #D21E0D

Tints of Harley Davidson Orange #D21E0D

Color information

#D21E0D (or 0xD21E0D) is unknown color: approx Harley Davidson Orange. HEX triplet: D2, 1E and 0D. RGB value is (210,30,13). Sum of RGB (Red+Green+Blue) = 210+30+13=253 (33% of max value = 765). Red value is 210 (82.42% from 255 or 83.00% from 253); Green value is 30 (12.11% from 255 or 11.86% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 210 - color contains mainly: red. Hex color #D21E0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D21E0D is #2DE1F2. Grayscale: #525252. Windows color (decimal): -3006963 or 859858. OLE color: 859858.

HSL color Cylindrical-coordinate representation of color #D21E0D: hue angle of 5.18º degrees, saturation: 0.88, 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 #D21E0D is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB2103013-
CMYK00.860.940.18
HSL5.18º88.34%43.73%-
HSV(B)5.18º93.81%82.35%-
XYZ27.1214.661.78-
YUV81.8889.13219.38-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 83.00%
GREEN value IS 30 (12.11% from 255) = 11.86%
BLUE value IS 13 (5.47% from 255) = 5.14%
R=83.00%
G=11.86%
B=5.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210301300.860.940.185.1888.3443.73
HexD21ED0565E125582c
Octal3223615012613622513054
Binary11010010111101101010101101011110100101011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D21E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D21E0D; }

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

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

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

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

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

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

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

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