#CC2941

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

Shades of Brick Red #CC2941

Tints of Brick Red #CC2941

Color information

#CC2941 (or 0xCC2941) is unknown color: approx Brick Red. HEX triplet: CC, 29 and 41. RGB value is (204,41,65). Sum of RGB (Red+Green+Blue) = 204+41+65=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2941 is #33D6BE. Grayscale: #5C5C5C. Windows color (decimal): -3397311 or 4270540. OLE color: 4270540.

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

Color convert

RGB2044165-
CMYK00.800.680.2
HSL351.17º66.53%48.04%-
HSV(B)351.17º79.9%80%-
XYZ26.6514.86.45-
YUV92.47112.5207.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 65.81%
GREEN value IS 41 (16.41% from 255) = 13.23%
BLUE value IS 65 (25.78% from 255) = 20.97%
R=65.81%
G=13.23%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.68
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204416500.800.680.2351.1766.5348.04
HexCC2941050441415f4330
Octal3145110101201042453710360
Binary110011001010011000001010100001000100101001010111111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2941; }

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

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

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

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

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

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

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

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