#C22643

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

Shades of Brick Red #C22643

Tints of Brick Red #C22643

Color information

#C22643 (or 0xC22643) is unknown color: approx Brick Red. HEX triplet: C2, 26 and 43. RGB value is (194,38,67). Sum of RGB (Red+Green+Blue) = 194+38+67=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 67 (26.56% from 255 or 22.41% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C22643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22643 is #3DD9BC. Grayscale: #575757. Windows color (decimal): -4053437 or 4400834. OLE color: 4400834.

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

Color convert

RGB1943867-
CMYK00.800.650.24
HSL348.85º67.24%45.49%-
HSV(B)348.85º80.41%76.08%-
XYZ23.9513.266.61-
YUV87.95116.18203.64-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.88%
GREEN value IS 38 (15.23% from 255) = 12.71%
BLUE value IS 67 (26.56% from 255) = 22.41%
R=64.88%
G=12.71%
B=22.41%

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
Decimal194386700.800.650.24348.8567.2445.49
HexC22643050411815d432d
Octal3024610301201013053510355
Binary110000101001101000011010100001000001110001010111011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22643; }

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

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

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

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

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

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

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

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