#D0271A

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

Shades of Harley Davidson Orange #D0271A

Tints of Harley Davidson Orange #D0271A

Color information

#D0271A (or 0xD0271A) is unknown color: approx Harley Davidson Orange. HEX triplet: D0, 27 and 1A. RGB value is (208,39,26). Sum of RGB (Red+Green+Blue) = 208+39+26=273 (36% of max value = 765). Red value is 208 (81.64% from 255 or 76.19% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 208 - color contains mainly: red. Hex color #D0271A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0271A is #2FD8E5. Grayscale: #585858. Windows color (decimal): -3135718 or 1714128. OLE color: 1714128.

HSL color Cylindrical-coordinate representation of color #D0271A: hue angle of 4.29º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0271A is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB2083926-
CMYK00.810.880.18
HSL4.29º77.78%45.88%-
HSV(B)4.29º87.5%81.57%-
XYZ26.9214.942.44-
YUV88.0592.99213.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 76.19%
GREEN value IS 39 (15.62% from 255) = 14.29%
BLUE value IS 26 (10.55% from 255) = 9.52%
R=76.19%
G=14.29%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208392600.810.880.184.2977.7845.88
HexD0271A051581244e2e
Octal3204732012113022411656
Binary1101000010011111010010100011011000100101001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0271A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0271A; }

 p { color: rgb(208,39,26); }

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

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

 a { background-color: rgb(208,39,26); }

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

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

 span { border-color: rgb(208,39,26); }

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