#D2381F

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

Shades of Harley Davidson Orange #D2381F

Tints of Harley Davidson Orange #D2381F

Color information

#D2381F (or 0xD2381F) is unknown color: approx Harley Davidson Orange. HEX triplet: D2, 38 and 1F. RGB value is (210,56,31). Sum of RGB (Red+Green+Blue) = 210+56+31=297 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.71% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 210 - color contains mainly: red. Hex color #D2381F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2381F is #2DC7E0. Grayscale: #636363. Windows color (decimal): -3000289 or 2046162. OLE color: 2046162.

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

Color convert

RGB2105631-
CMYK00.730.850.18
HSL8.38º74.27%47.25%-
HSV(B)8.38º85.24%82.35%-
XYZ28.2416.633.02-
YUV99.289.52207.03-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 70.71%
GREEN value IS 56 (22.27% from 255) = 18.86%
BLUE value IS 31 (12.5% from 255) = 10.44%
R=70.71%
G=18.86%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.85
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210563100.730.850.188.3874.2747.25
HexD2381F049551284a2f
Octal32270370111125221011257
Binary11010010111000111110100100110101011001010001001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2381F; }

 p { color: rgb(210,56,31); }

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

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

 a { background-color: rgb(210,56,31); }

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

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

 span { border-color: rgb(210,56,31); }

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