#C23542

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

Shades of Brick Red #C23542

Tints of Brick Red #C23542

Color information

#C23542 (or 0xC23542) is unknown color: approx Brick Red. HEX triplet: C2, 35 and 42. RGB value is (194,53,66). Sum of RGB (Red+Green+Blue) = 194+53+66=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C23542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23542 is #3DCABD. Grayscale: #606060. Windows color (decimal): -4049598 or 4339138. OLE color: 4339138.

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

Color convert

RGB1945366-
CMYK00.730.660.24
HSL354.47º57.09%48.43%-
HSV(B)354.47º72.68%76.08%-
XYZ24.514.416.64-
YUV96.64110.71197.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.98%
GREEN value IS 53 (21.09% from 255) = 16.93%
BLUE value IS 66 (26.17% from 255) = 21.09%
R=61.98%
G=16.93%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194536600.730.660.24354.4757.0948.43
HexC2354204942181623930
Octal302651020111102305427160
Binary11000010110101100001001001001100001011000101100010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23542; }

 p { color: rgb(194,53,66); }

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

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

 a { background-color: rgb(194,53,66); }

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

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

 span { border-color: rgb(194,53,66); }

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