#C23747

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

Shades of Brick Red #C23747

Tints of Brick Red #C23747

Color information

#C23747 (or 0xC23747) is unknown color: approx Brick Red. HEX triplet: C2, 37 and 47. RGB value is (194,55,71). Sum of RGB (Red+Green+Blue) = 194+55+71=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C23747 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23747 is #3DC8B8. Grayscale: #626262. Windows color (decimal): -4049081 or 4667330. OLE color: 4667330.

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

Color convert

RGB1945571-
CMYK00.720.630.24
HSL353.09º55.82%48.82%-
HSV(B)353.09º71.65%76.08%-
XYZ24.7514.667.49-
YUV98.38112.55196.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 60.62%
GREEN value IS 55 (21.88% from 255) = 17.19%
BLUE value IS 71 (28.12% from 255) = 22.19%
R=60.62%
G=17.19%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194557100.720.630.24353.0955.8248.82
HexC237470483F181613831
Octal30267107011077305417061
Binary1100001011011110001110100100011111111000101100001111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23747; }

 p { color: rgb(194,55,71); }

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

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

 a { background-color: rgb(194,55,71); }

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

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

 span { border-color: rgb(194,55,71); }

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