#C23847

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

Shades of Brick Red #C23847

Tints of Brick Red #C23847

Color information

#C23847 (or 0xC23847) is unknown color: approx Brick Red. HEX triplet: C2, 38 and 47. RGB value is (194,56,71). Sum of RGB (Red+Green+Blue) = 194+56+71=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 71 (28.12% from 255 or 22.12% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C23847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23847 is #3DC7B8. Grayscale: #636363. Windows color (decimal): -4048825 or 4667586. OLE color: 4667586.

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

Color convert

RGB1945671-
CMYK00.710.630.24
HSL353.48º55.2%49.02%-
HSV(B)353.48º71.13%76.08%-
XYZ24.814.757.5-
YUV98.97112.22195.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 60.44%
GREEN value IS 56 (22.27% from 255) = 17.45%
BLUE value IS 71 (28.12% from 255) = 22.12%
R=60.44%
G=17.45%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194567100.710.630.24353.4855.249.02
HexC238470473F181613731
Octal30270107010777305416761
Binary1100001011100010001110100011111111111000101100001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23847; }

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

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

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

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

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

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

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

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