#C23F46

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

Shades of Brick Red #C23F46

Tints of Brick Red #C23F46

Color information

#C23F46 (or 0xC23F46) is unknown color: approx Brick Red. HEX triplet: C2, 3F and 46. RGB value is (194,63,70). Sum of RGB (Red+Green+Blue) = 194+63+70=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23F46 is #3DC0B9. Grayscale: #676767. Windows color (decimal): -4047034 or 4603842. OLE color: 4603842.

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

Color convert

RGB1946370-
CMYK00.680.640.24
HSL356.79º51.78%50.39%-
HSV(B)356.79º67.53%76.08%-
XYZ25.1315.477.46-
YUV102.97109.4192.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 59.33%
GREEN value IS 63 (25% from 255) = 19.27%
BLUE value IS 70 (27.73% from 255) = 21.41%
R=59.33%
G=19.27%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194637000.680.640.24356.7951.7850.39
HexC23F4604440181653432
Octal302771060104100305456462
Binary11000010111111100011001000100100000011000101100101110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23F46; }

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

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

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

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

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

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

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

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