#C33E48

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

Shades of Brick Red #C33E48

Tints of Brick Red #C33E48

Color information

#C33E48 (or 0xC33E48) is unknown color: approx Brick Red. HEX triplet: C3, 3E and 48. RGB value is (195,62,72). Sum of RGB (Red+Green+Blue) = 195+62+72=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 62 (24.61% from 255 or 18.84% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C33E48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33E48 is #3CC1B7. Grayscale: #676767. Windows color (decimal): -3981752 or 4734659. OLE color: 4734659.

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

Color convert

RGB1956272-
CMYK00.680.630.24
HSL355.49º52.57%50.39%-
HSV(B)355.49º68.21%76.47%-
XYZ25.415.527.79-
YUV102.91110.56193.69-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 59.27%
GREEN value IS 62 (24.61% from 255) = 18.84%
BLUE value IS 72 (28.52% from 255) = 21.88%
R=59.27%
G=18.84%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195627200.680.630.24355.4952.5750.39
HexC33E480443F181633532
Octal30376110010477305436562
Binary1100001111111010010000100010011111111000101100011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33E48; }

 p { color: rgb(195,62,72); }

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

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

 a { background-color: rgb(195,62,72); }

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

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

 span { border-color: rgb(195,62,72); }

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