#C22644

Color #C22644 Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #C22644

Tints of Brick Red #C22644

Color information

#C22644 (or 0xC22644) is unknown color: approx Brick Red. HEX triplet: C2, 26 and 44. RGB value is (194,38,68). Sum of RGB (Red+Green+Blue) = 194+38+68=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C22644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22644 is #3DD9BB. Grayscale: #585858. Windows color (decimal): -4053436 or 4466370. OLE color: 4466370.

HSL color Cylindrical-coordinate representation of color #C22644: hue angle of 348.46º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22644 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB1943868-
CMYK00.800.650.24
HSL348.46º67.24%45.49%-
HSV(B)348.46º80.41%76.08%-
XYZ23.9813.276.77-
YUV88.06116.68203.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.67%
GREEN value IS 38 (15.23% from 255) = 12.67%
BLUE value IS 68 (26.95% from 255) = 22.67%
R=64.67%
G=12.67%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194386800.800.650.24348.4667.2445.49
HexC22644050411815c432d
Octal3024610401201013053410355
Binary110000101001101000100010100001000001110001010111001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22644; }

 p { color: rgb(194,38,68); }

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

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

 a { background-color: rgb(194,38,68); }

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

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

 span { border-color: rgb(194,38,68); }

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