#D83213

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

Shades of Harley Davidson Orange #D83213

Tints of Harley Davidson Orange #D83213

Color information

#D83213 (or 0xD83213) is unknown color: approx Harley Davidson Orange. HEX triplet: D8, 32 and 13. RGB value is (216,50,19). Sum of RGB (Red+Green+Blue) = 216+50+19=285 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.79% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 216 - color contains mainly: red. Hex color #D83213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83213 is #27CDEC. Grayscale: #606060. Windows color (decimal): -2608621 or 1258200. OLE color: 1258200.

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

Color convert

RGB2165019-
CMYK00.770.910.15
HSL9.44º83.83%46.08%-
HSV(B)9.44º91.2%84.71%-
XYZ29.5816.932.32-
YUV96.184.5213.52-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 75.79%
GREEN value IS 50 (19.92% from 255) = 17.54%
BLUE value IS 19 (7.81% from 255) = 6.67%
R=75.79%
G=17.54%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216501900.770.910.159.4483.8346.08
HexD8321304D5BF9542e
Octal33062230115133171112456
Binary1101100011001010011010011011011011111110011010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D83213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D83213; }

 p { color: rgb(216,50,19); }

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

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

 a { background-color: rgb(216,50,19); }

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

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

 span { border-color: rgb(216,50,19); }

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