#C33F46

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

Shades of Brick Red #C33F46

Tints of Brick Red #C33F46

Color information

#C33F46 (or 0xC33F46) is unknown color: approx Brick Red. HEX triplet: C3, 3F and 46. RGB value is (195,63,70). Sum of RGB (Red+Green+Blue) = 195+63+70=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33F46 is #3CC0B9. Grayscale: #676767. Windows color (decimal): -3981498 or 4603843. OLE color: 4603843.

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

Color convert

RGB1956370-
CMYK00.680.640.24
HSL356.82º52.38%50.59%-
HSV(B)356.82º67.69%76.47%-
XYZ25.3915.67.47-
YUV103.27109.23193.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 59.45%
GREEN value IS 63 (25% from 255) = 19.21%
BLUE value IS 70 (27.73% from 255) = 21.34%
R=59.45%
G=19.21%
B=21.34%

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
Decimal195637000.680.640.24356.8252.3850.59
HexC33F4604440181653433
Octal303771060104100305456463
Binary11000011111111100011001000100100000011000101100101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33F46; }

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

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

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

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

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

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

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

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