#C22F44

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

Shades of Brick Red #C22F44

Tints of Brick Red #C22F44

Color information

#C22F44 (or 0xC22F44) is unknown color: approx Brick Red. HEX triplet: C2, 2F and 44. RGB value is (194,47,68). Sum of RGB (Red+Green+Blue) = 194+47+68=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 47 (18.75% from 255 or 15.21% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C22F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22F44 is #3DD0BB. Grayscale: #5D5D5D. Windows color (decimal): -4051132 or 4468674. OLE color: 4468674.

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

Color convert

RGB1944768-
CMYK00.760.650.24
HSL351.43º61%47.25%-
HSV(B)351.43º75.77%76.08%-
XYZ24.3113.926.87-
YUV93.35113.7199.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 62.78%
GREEN value IS 47 (18.75% from 255) = 15.21%
BLUE value IS 68 (26.95% from 255) = 22.01%
R=62.78%
G=15.21%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194476800.760.650.24351.436147.25
HexC22F4404C411815f3d2f
Octal302571040114101305377557
Binary11000010101111100010001001100100000111000101011111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22F44; }

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

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

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

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

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

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

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

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