#C23E46

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

Shades of Brick Red #C23E46

Tints of Brick Red #C23E46

Color information

#C23E46 (or 0xC23E46) is unknown color: approx Brick Red. HEX triplet: C2, 3E and 46. RGB value is (194,62,70). Sum of RGB (Red+Green+Blue) = 194+62+70=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C23E46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23E46 is #3DC1B9. Grayscale: #666666. Windows color (decimal): -4047290 or 4603586. OLE color: 4603586.

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

Color convert

RGB1946270-
CMYK00.680.640.24
HSL356.36º51.97%50.2%-
HSV(B)356.36º68.04%76.08%-
XYZ25.0815.367.44-
YUV102.38109.73193.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 59.51%
GREEN value IS 62 (24.61% from 255) = 19.02%
BLUE value IS 70 (27.73% from 255) = 21.47%
R=59.51%
G=19.02%
B=21.47%

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
Decimal194627000.680.640.24356.3651.9750.2
HexC23E4604440181643432
Octal302761060104100305446462
Binary11000010111110100011001000100100000011000101100100110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23E46; }

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

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

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

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

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

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

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

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