#C22716

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

Shades of Harley Davidson Orange #C22716

Tints of Harley Davidson Orange #C22716

Color information

#C22716 (or 0xC22716) is unknown color: approx Harley Davidson Orange. HEX triplet: C2, 27 and 16. RGB value is (194,39,22). Sum of RGB (Red+Green+Blue) = 194+39+22=255 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.08% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 194 - color contains mainly: red. Hex color #C22716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22716 is #3DD8E9. Grayscale: #535353. Windows color (decimal): -4053226 or 1451970. OLE color: 1451970.

HSL color Cylindrical-coordinate representation of color #C22716: hue angle of 5.93º 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 #C22716 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB1943922-
CMYK00.800.890.24
HSL5.93º79.63%42.35%-
HSV(B)5.93º88.66%76.08%-
XYZ23.1212.982.05-
YUV83.4193.35206.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 76.08%
GREEN value IS 39 (15.62% from 255) = 15.29%
BLUE value IS 22 (8.98% from 255) = 8.63%
R=76.08%
G=15.29%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194392200.800.890.245.9379.6342.35
HexC2271605059186502a
Octal3024726012013130612052
Binary1100001010011110110010100001011001110001101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22716; }

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

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

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

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

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

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

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

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