#C23F48

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

Shades of Brick Red #C23F48

Tints of Brick Red #C23F48

Color information

#C23F48 (or 0xC23F48) is unknown color: approx Brick Red. HEX triplet: C2, 3F and 48. RGB value is (194,63,72). Sum of RGB (Red+Green+Blue) = 194+63+72=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23F48 is #3DC0B7. Grayscale: #676767. Windows color (decimal): -4047032 or 4734914. OLE color: 4734914.

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

Color convert

RGB1946372-
CMYK00.680.630.24
HSL355.88º51.78%50.39%-
HSV(B)355.88º67.53%76.08%-
XYZ25.215.497.79-
YUV103.2110.4192.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.97%
GREEN value IS 63 (25% from 255) = 19.15%
BLUE value IS 72 (28.52% from 255) = 21.88%
R=58.97%
G=19.15%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194637200.680.630.24355.8851.7850.39
HexC23F480443F181643432
Octal30277110010477305446462
Binary1100001011111110010000100010011111111000101100100110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23F48; }

 p { color: rgb(194,63,72); }

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

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

 a { background-color: rgb(194,63,72); }

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

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

 span { border-color: rgb(194,63,72); }

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