#CC2945

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

Shades of Brick Red #CC2945

Tints of Brick Red #CC2945

Color information

#CC2945 (or 0xCC2945) is unknown color: approx Brick Red. HEX triplet: CC, 29 and 45. RGB value is (204,41,69). Sum of RGB (Red+Green+Blue) = 204+41+69=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2945 is #33D6BA. Grayscale: #5C5C5C. Windows color (decimal): -3397307 or 4532684. OLE color: 4532684.

HSL color Cylindrical-coordinate representation of color #CC2945: hue angle of 349.69º 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 #CC2945 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB2044169-
CMYK00.800.660.2
HSL349.69º66.53%48.04%-
HSV(B)349.69º79.9%80%-
XYZ26.7714.857.09-
YUV92.93114.5207.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 64.97%
GREEN value IS 41 (16.41% from 255) = 13.06%
BLUE value IS 69 (27.34% from 255) = 21.97%
R=64.97%
G=13.06%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204416900.800.660.2349.6966.5348.04
HexCC2945050421415e4330
Octal3145110501201022453610360
Binary110011001010011000101010100001000010101001010111101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2945; }

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

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

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

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

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

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

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

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