#C33141

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

Shades of Brick Red #C33141

Tints of Brick Red #C33141

Color information

#C33141 (or 0xC33141) is unknown color: approx Brick Red. HEX triplet: C3, 31 and 41. RGB value is (195,49,65). Sum of RGB (Red+Green+Blue) = 195+49+65=309 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.11% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 195 - color contains mainly: red. Hex color #C33141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33141 is #3CCEBE. Grayscale: #5E5E5E. Windows color (decimal): -3985087 or 4272579. OLE color: 4272579.

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

Color convert

RGB1954965-
CMYK00.750.670.24
HSL353.42º59.84%47.84%-
HSV(B)353.42º74.87%76.47%-
XYZ24.5614.186.44-
YUV94.48111.37199.7-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 63.11%
GREEN value IS 49 (19.53% from 255) = 15.86%
BLUE value IS 65 (25.78% from 255) = 21.04%
R=63.11%
G=15.86%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195496500.750.670.24353.4259.8447.84
HexC3314104B43181613c30
Octal303611010113103305417460
Binary11000011110001100000101001011100001111000101100001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33141; }

 p { color: rgb(195,49,65); }

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

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

 a { background-color: rgb(195,49,65); }

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

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

 span { border-color: rgb(195,49,65); }

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