#C22816

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

Shades of Harley Davidson Orange #C22816

Tints of Harley Davidson Orange #C22816

Color information

#C22816 (or 0xC22816) is unknown color: approx Harley Davidson Orange. HEX triplet: C2, 28 and 16. RGB value is (194,40,22). Sum of RGB (Red+Green+Blue) = 194+40+22=256 (33% of max value = 765). Red value is 194 (76.17% from 255 or 75.78% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 194 - color contains mainly: red. Hex color #C22816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22816 is #3DD7E9. Grayscale: #545454. Windows color (decimal): -4052970 or 1452226. OLE color: 1452226.

HSL color Cylindrical-coordinate representation of color #C22816: hue angle of 6.28º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C22816 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB1944022-
CMYK00.790.890.24
HSL6.28º79.63%42.35%-
HSV(B)6.28º88.66%76.08%-
XYZ23.1513.042.06-
YUV83.9993.02206.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 75.78%
GREEN value IS 40 (16.02% from 255) = 15.62%
BLUE value IS 22 (8.98% from 255) = 8.59%
R=75.78%
G=15.62%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194402200.790.890.246.2879.6342.35
HexC2281604F59186502a
Octal3025026011713130612052
Binary1100001010100010110010011111011001110001101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22816; }

 p { color: rgb(194,40,22); }

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

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

 a { background-color: rgb(194,40,22); }

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

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

 span { border-color: rgb(194,40,22); }

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