#C33F47

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

Shades of Brick Red #C33F47

Tints of Brick Red #C33F47

Color information

#C33F47 (or 0xC33F47) is unknown color: approx Brick Red. HEX triplet: C3, 3F and 47. RGB value is (195,63,71). Sum of RGB (Red+Green+Blue) = 195+63+71=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33F47 is #3CC0B8. Grayscale: #676767. Windows color (decimal): -3981497 or 4669379. OLE color: 4669379.

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

Color convert

RGB1956371-
CMYK00.680.640.24
HSL356.36º52.38%50.59%-
HSV(B)356.36º67.69%76.47%-
XYZ25.4215.617.63-
YUV103.38109.73193.35-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 59.27%
GREEN value IS 63 (25% from 255) = 19.15%
BLUE value IS 71 (28.12% from 255) = 21.58%
R=59.27%
G=19.15%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195637100.680.640.24356.3652.3850.59
HexC33F4704440181643433
Octal303771070104100305446463
Binary11000011111111100011101000100100000011000101100100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33F47; }

 p { color: rgb(195,63,71); }

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

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

 a { background-color: rgb(195,63,71); }

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

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

 span { border-color: rgb(195,63,71); }

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