#C23241

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

Shades of Brick Red #C23241

Tints of Brick Red #C23241

Color information

#C23241 (or 0xC23241) is unknown color: approx Brick Red. HEX triplet: C2, 32 and 41. RGB value is (194,50,65). Sum of RGB (Red+Green+Blue) = 194+50+65=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C23241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23241 is #3DCDBE. Grayscale: #5E5E5E. Windows color (decimal): -4050367 or 4272834. OLE color: 4272834.

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

Color convert

RGB1945065-
CMYK00.740.660.24
HSL353.75º59.02%47.84%-
HSV(B)353.75º74.23%76.08%-
XYZ24.3414.136.45-
YUV94.77111.21198.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 62.78%
GREEN value IS 50 (19.92% from 255) = 16.18%
BLUE value IS 65 (25.78% from 255) = 21.04%
R=62.78%
G=16.18%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194506500.740.660.24353.7559.0247.84
HexC2324104A42181623b30
Octal302621010112102305427360
Binary11000010110010100000101001010100001011000101100010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23241; }

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

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

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

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

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

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

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

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