#C2293E

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

Shades of Brick Red #C2293E

Tints of Brick Red #C2293E

Color information

#C2293E (or 0xC2293E) is unknown color: approx Brick Red. HEX triplet: C2, 29 and 3E. RGB value is (194,41,62). Sum of RGB (Red+Green+Blue) = 194+41+62=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C2293E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2293E is #3DD6C1. Grayscale: #595959. Windows color (decimal): -4052674 or 4073922. OLE color: 4073922.

HSL color Cylindrical-coordinate representation of color #C2293E: hue angle of 351.76º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C2293E is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB1944162-
CMYK00.790.680.24
HSL351.76º65.11%46.08%-
HSV(B)351.76º78.87%76.08%-
XYZ23.9113.45.88-
YUV89.14112.69202.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 65.32%
GREEN value IS 41 (16.41% from 255) = 13.80%
BLUE value IS 62 (24.61% from 255) = 20.88%
R=65.32%
G=13.80%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194416200.790.680.24351.7665.1146.08
HexC2293E04F4418160412e
Octal302517601171043054010156
Binary11000010101001111110010011111000100110001011000001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2293E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2293E; }

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

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

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

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

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

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

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

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