#C22C0E

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

Shades of Harley Davidson Orange #C22C0E

Tints of Harley Davidson Orange #C22C0E

Color information

#C22C0E (or 0xC22C0E) is unknown color: approx Harley Davidson Orange. HEX triplet: C2, 2C and 0E. RGB value is (194,44,14). Sum of RGB (Red+Green+Blue) = 194+44+14=252 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.98% from 252); Green value is 44 (17.58% from 255 or 17.46% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 194 - color contains mainly: red. Hex color #C22C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22C0E is #3DD3F1. Grayscale: #555555. Windows color (decimal): -4051954 or 928962. OLE color: 928962.

HSL color Cylindrical-coordinate representation of color #C22C0E: hue angle of 10º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C22C0E is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB1944414-
CMYK00.770.930.24
HSL10º86.54%40.78%-
HSV(B)10º92.78%76.08%-
XYZ23.2313.31.76-
YUV85.4387.7205.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 76.98%
GREEN value IS 44 (17.58% from 255) = 17.46%
BLUE value IS 14 (5.86% from 255) = 5.56%
R=76.98%
G=17.46%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194441400.770.930.241086.5440.78
HexC22CE04D5D18a5729
Octal30254160115135301212751
Binary1100001010110011100100110110111011100010101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22C0E; }

 p { color: rgb(194,44,14); }

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

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

 a { background-color: rgb(194,44,14); }

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

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

 span { border-color: rgb(194,44,14); }

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