#D7220A

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

Shades of Harley Davidson Orange #D7220A

Tints of Harley Davidson Orange #D7220A

Color information

#D7220A (or 0xD7220A) is unknown color: approx Harley Davidson Orange. HEX triplet: D7, 22 and 0A. RGB value is (215,34,10). Sum of RGB (Red+Green+Blue) = 215+34+10=259 (34% of max value = 765). Red value is 215 (84.38% from 255 or 83.01% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 10 (4.30% from 255 or 3.86% from 259); Max value from RGB is 215 - color contains mainly: red. Hex color #D7220A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7220A is #28DDF5. Grayscale: #555555. Windows color (decimal): -2678262 or 664279. OLE color: 664279.

HSL color Cylindrical-coordinate representation of color #D7220A: hue angle of 7.02º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D7220A is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB2153410-
CMYK00.840.950.16
HSL7.02º91.11%44.12%-
HSV(B)7.02º95.35%84.31%-
XYZ28.6515.611.79-
YUV85.3885.47220.45-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 83.01%
GREEN value IS 34 (13.67% from 255) = 13.13%
BLUE value IS 10 (4.30% from 255) = 3.86%
R=83.01%
G=13.13%
B=3.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.95
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215341000.840.950.167.0291.1144.12
HexD722A0545F1075b2c
Octal3274212012413720713354
Binary110101111000101010010101001011111100001111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7220A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7220A; }

 p { color: rgb(215,34,10); }

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

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

 a { background-color: rgb(215,34,10); }

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

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

 span { border-color: rgb(215,34,10); }

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