#C22C44

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

Shades of Brick Red #C22C44

Tints of Brick Red #C22C44

Color information

#C22C44 (or 0xC22C44) is unknown color: approx Brick Red. HEX triplet: C2, 2C and 44. RGB value is (194,44,68). Sum of RGB (Red+Green+Blue) = 194+44+68=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C22C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22C44 is #3DD3BB. Grayscale: #5B5B5B. Windows color (decimal): -4051900 or 4467906. OLE color: 4467906.

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

Color convert

RGB1944468-
CMYK00.770.650.24
HSL350.4º63.03%46.67%-
HSV(B)350.4º77.32%76.08%-
XYZ24.1913.696.84-
YUV91.59114.7201.05-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 63.40%
GREEN value IS 44 (17.58% from 255) = 14.38%
BLUE value IS 68 (26.95% from 255) = 22.22%
R=63.40%
G=14.38%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194446800.770.650.24350.463.0346.67
HexC22C4404D411815e3f2f
Octal302541040115101305367757
Binary11000010101100100010001001101100000111000101011110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22C44; }

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

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

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

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

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

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

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

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