#d0281f

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

Shades of Harley Davidson Orange #D0281F

Tints of Harley Davidson Orange #D0281F

Color information

#D0281F (or 0xD0281F) is unknown color: approx Harley Davidson Orange. HEX triplet: D0, 28 and 1F. RGB value is (208,40,31). Sum of RGB (Red+Green+Blue) = 208+40+31=279 (36% of max value = 765). Red value is 208 (81.64% from 255 or 74.55% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 208 - color contains mainly: red. Hex color #D0281F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0281F is #2FD7E0. Grayscale: #595959. Windows color (decimal): -3135457 or 2042064. OLE color: 2042064.

HSL color Cylindrical-coordinate representation of color #D0281F: hue angle of 3.05º 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 #D0281F is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB2084031-
CMYK00.810.850.18
HSL3.05º74.06%46.86%-
HSV(B)3.05º85.1%81.57%-
XYZ27.0215.032.77-
YUV89.2195.16212.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 74.55%
GREEN value IS 40 (16.02% from 255) = 14.34%
BLUE value IS 31 (12.5% from 255) = 11.11%
R=74.55%
G=14.34%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.85
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208403100.810.850.183.0574.0646.86
HexD0281F051551234a2f
Octal3205037012112522311257
Binary110100001010001111101010001101010110010111001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0281f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0281f; }

 p { color: rgb(208,40,31); }

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

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

 a { background-color: rgb(208,40,31); }

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

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

 span { border-color: rgb(208,40,31); }

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