#C2323E

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

Shades of Brick Red #C2323E

Tints of Brick Red #C2323E

Color information

#C2323E (or 0xC2323E) is unknown color: approx Brick Red. HEX triplet: C2, 32 and 3E. RGB value is (194,50,62). Sum of RGB (Red+Green+Blue) = 194+50+62=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C2323E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2323E is #3DCDC1. Grayscale: #5E5E5E. Windows color (decimal): -4050370 or 4076226. OLE color: 4076226.

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

Color convert

RGB1945062-
CMYK00.740.680.24
HSL355º59.02%47.84%-
HSV(B)355º74.23%76.08%-
XYZ24.2614.16-
YUV94.42109.71199.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 63.40%
GREEN value IS 50 (19.92% from 255) = 16.34%
BLUE value IS 62 (24.61% from 255) = 20.26%
R=63.40%
G=16.34%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194506200.740.680.2435559.0247.84
HexC2323E04A44181633b30
Octal30262760112104305437360
Binary1100001011001011111001001010100010011000101100011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2323E; }

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

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

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

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

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

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

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

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