#C23247

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

Shades of Brick Red #C23247

Tints of Brick Red #C23247

Color information

#C23247 (or 0xC23247) is unknown color: approx Brick Red. HEX triplet: C2, 32 and 47. RGB value is (194,50,71). Sum of RGB (Red+Green+Blue) = 194+50+71=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C23247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23247 is #3DCDB8. Grayscale: #5F5F5F. Windows color (decimal): -4050361 or 4666050. OLE color: 4666050.

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

Color convert

RGB1945071-
CMYK00.740.630.24
HSL351.25º59.02%47.84%-
HSV(B)351.25º74.23%76.08%-
XYZ24.5314.217.41-
YUV95.45114.21198.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.59%
GREEN value IS 50 (19.92% from 255) = 15.87%
BLUE value IS 71 (28.12% from 255) = 22.54%
R=61.59%
G=15.87%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194507100.740.630.24351.2559.0247.84
HexC2324704A3F1815f3b30
Octal30262107011277305377360
Binary1100001011001010001110100101011111111000101011111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23247; }

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

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

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

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

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

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

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

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