#D83A21

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

Shades of Harley Davidson Orange #D83A21

Tints of Harley Davidson Orange #D83A21

Color information

#D83A21 (or 0xD83A21) is unknown color: approx Harley Davidson Orange. HEX triplet: D8, 3A and 21. RGB value is (216,58,33). Sum of RGB (Red+Green+Blue) = 216+58+33=307 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.36% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 216 - color contains mainly: red. Hex color #D83A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83A21 is #27C5DE. Grayscale: #666666. Windows color (decimal): -2606559 or 2177752. OLE color: 2177752.

HSL color Cylindrical-coordinate representation of color #D83A21: hue angle of 8.2º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D83A21 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB2165833-
CMYK00.730.850.15
HSL8.2º73.49%48.82%-
HSV(B)8.2º84.72%84.71%-
XYZ30.1117.733.28-
YUV102.3988.85209.03-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 70.36%
GREEN value IS 58 (23.05% from 255) = 18.89%
BLUE value IS 33 (13.28% from 255) = 10.75%
R=70.36%
G=18.89%
B=10.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216583300.730.850.158.273.4948.82
HexD83A2104955F84931
Octal33072410111125171011161
Binary11011000111010100001010010011010101111110001001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D83A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D83A21; }

 p { color: rgb(216,58,33); }

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

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

 a { background-color: rgb(216,58,33); }

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

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

 span { border-color: rgb(216,58,33); }

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