#C23E44

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

Shades of Brick Red #C23E44

Tints of Brick Red #C23E44

Color information

#C23E44 (or 0xC23E44) is unknown color: approx Brick Red. HEX triplet: C2, 3E and 44. RGB value is (194,62,68). Sum of RGB (Red+Green+Blue) = 194+62+68=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C23E44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23E44 is #3DC1BB. Grayscale: #666666. Windows color (decimal): -4047292 or 4472514. OLE color: 4472514.

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

Color convert

RGB1946268-
CMYK00.680.650.24
HSL357.27º51.97%50.2%-
HSV(B)357.27º68.04%76.08%-
XYZ25.0115.337.11-
YUV102.15108.73193.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 59.88%
GREEN value IS 62 (24.61% from 255) = 19.14%
BLUE value IS 68 (26.95% from 255) = 20.99%
R=59.88%
G=19.14%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194626800.680.650.24357.2751.9750.2
HexC23E4404441181653432
Octal302761040104101305456462
Binary11000010111110100010001000100100000111000101100101110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23E44; }

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

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

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

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

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

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

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

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