#CC3341

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

Shades of Brick Red #CC3341

Tints of Brick Red #CC3341

Color information

#CC3341 (or 0xCC3341) is unknown color: approx Brick Red. HEX triplet: CC, 33 and 41. RGB value is (204,51,65). Sum of RGB (Red+Green+Blue) = 204+51+65=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3341 is #33CCBE. Grayscale: #626262. Windows color (decimal): -3394751 or 4273100. OLE color: 4273100.

HSL color Cylindrical-coordinate representation of color #CC3341: hue angle of 354.51º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3341 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB2045165-
CMYK00.750.680.2
HSL354.51º60%50%-
HSV(B)354.51º75%80%-
XYZ27.0415.596.58-
YUV98.34109.19203.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 63.75%
GREEN value IS 51 (20.31% from 255) = 15.94%
BLUE value IS 65 (25.78% from 255) = 20.31%
R=63.75%
G=15.94%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204516500.750.680.2354.516050
HexCC334104B44141633c32
Octal314631010113104245437462
Binary11001100110011100000101001011100010010100101100011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3341; }

 p { color: rgb(204,51,65); }

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

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

 a { background-color: rgb(204,51,65); }

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

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

 span { border-color: rgb(204,51,65); }

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