#D83A1C

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

Shades of Harley Davidson Orange #D83A1C

Tints of Harley Davidson Orange #D83A1C

Color information

#D83A1C (or 0xD83A1C) is unknown color: approx Harley Davidson Orange. HEX triplet: D8, 3A and 1C. RGB value is (216,58,28). Sum of RGB (Red+Green+Blue) = 216+58+28=302 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.52% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 216 - color contains mainly: red. Hex color #D83A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83A1C is #27C5E3. Grayscale: #666666. Windows color (decimal): -2606564 or 1850072. OLE color: 1850072.

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

Color convert

RGB2165828-
CMYK00.730.870.15
HSL9.57º77.05%47.84%-
HSV(B)9.57º87.04%84.71%-
XYZ30.0417.712.93-
YUV101.8286.35209.44-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 71.52%
GREEN value IS 58 (23.05% from 255) = 19.21%
BLUE value IS 28 (11.33% from 255) = 9.27%
R=71.52%
G=19.21%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.87
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216582800.730.870.159.5777.0547.84
HexD83A1C04957Fa4d30
Octal33072340111127171211560
Binary1101100011101011100010010011010111111110101001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D83A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D83A1C; }

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

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

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

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

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

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

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

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