#C33D48

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

Shades of Brick Red #C33D48

Tints of Brick Red #C33D48

Color information

#C33D48 (or 0xC33D48) is unknown color: approx Brick Red. HEX triplet: C3, 3D and 48. RGB value is (195,61,72). Sum of RGB (Red+Green+Blue) = 195+61+72=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33D48 is #3CC2B7. Grayscale: #666666. Windows color (decimal): -3982008 or 4734403. OLE color: 4734403.

HSL color Cylindrical-coordinate representation of color #C33D48: hue angle of 355.07º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C33D48 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB1956172-
CMYK00.690.630.24
HSL355.07º52.76%50.2%-
HSV(B)355.07º68.72%76.47%-
XYZ25.3415.417.77-
YUV102.32110.89194.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 59.45%
GREEN value IS 61 (24.22% from 255) = 18.60%
BLUE value IS 72 (28.52% from 255) = 21.95%
R=59.45%
G=18.60%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195617200.690.630.24355.0752.7650.2
HexC33D480453F181633532
Octal30375110010577305436562
Binary1100001111110110010000100010111111111000101100011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33D48; }

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

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

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

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

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

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

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

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