#C23740

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

Shades of Brick Red #C23740

Tints of Brick Red #C23740

Color information

#C23740 (or 0xC23740) is unknown color: approx Brick Red. HEX triplet: C2, 37 and 40. RGB value is (194,55,64). Sum of RGB (Red+Green+Blue) = 194+55+64=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C23740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23740 is #3DC8BF. Grayscale: #616161. Windows color (decimal): -4049088 or 4208578. OLE color: 4208578.

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

Color convert

RGB1945564-
CMYK00.720.670.24
HSL356.12º55.82%48.82%-
HSV(B)356.12º71.65%76.08%-
XYZ24.5414.576.37-
YUV97.59109.05196.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.98%
GREEN value IS 55 (21.88% from 255) = 17.57%
BLUE value IS 64 (25.39% from 255) = 20.45%
R=61.98%
G=17.57%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194556400.720.670.24356.1255.8248.82
HexC2374004843181643831
Octal302671000110103305447061
Binary11000010110111100000001001000100001111000101100100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23740; }

 p { color: rgb(194,55,64); }

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

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

 a { background-color: rgb(194,55,64); }

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

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

 span { border-color: rgb(194,55,64); }

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