#C6220F

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

Shades of Harley Davidson Orange #C6220F

Tints of Harley Davidson Orange #C6220F

Color information

#C6220F (or 0xC6220F) is unknown color: approx Harley Davidson Orange. HEX triplet: C6, 22 and 0F. RGB value is (198,34,15). Sum of RGB (Red+Green+Blue) = 198+34+15=247 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.16% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 198 - color contains mainly: red. Hex color #C6220F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6220F is #39DDF0. Grayscale: #515151. Windows color (decimal): -3792369 or 991942. OLE color: 991942.

HSL color Cylindrical-coordinate representation of color #C6220F: hue angle of 6.23º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C6220F is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB1983415-
CMYK00.830.920.22
HSL6.23º85.92%41.76%-
HSV(B)6.23º92.42%77.65%-
XYZ23.9513.181.73-
YUV80.8790.83211.54-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 80.16%
GREEN value IS 34 (13.67% from 255) = 13.77%
BLUE value IS 15 (6.25% from 255) = 6.07%
R=80.16%
G=13.77%
B=6.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198341500.830.920.226.2385.9241.76
HexC622F0535C166562a
Octal3064217012313426612652
Binary110001101000101111010100111011100101101101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6220F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6220F; }

 p { color: rgb(198,34,15); }

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

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

 a { background-color: rgb(198,34,15); }

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

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

 span { border-color: rgb(198,34,15); }

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