#CC2245

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

Shades of Brick Red #CC2245

Tints of Brick Red #CC2245

Color information

#CC2245 (or 0xCC2245) is unknown color: approx Brick Red. HEX triplet: CC, 22 and 45. RGB value is (204,34,69). Sum of RGB (Red+Green+Blue) = 204+34+69=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2245 is #33DDBA. Grayscale: #585858. Windows color (decimal): -3399099 or 4530892. OLE color: 4530892.

HSL color Cylindrical-coordinate representation of color #CC2245: hue angle of 347.65º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2245 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB2043469-
CMYK00.830.660.2
HSL347.65º71.43%46.67%-
HSV(B)347.65º83.33%80%-
XYZ26.5514.417.01-
YUV88.82116.82210.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 66.45%
GREEN value IS 34 (13.67% from 255) = 11.07%
BLUE value IS 69 (27.34% from 255) = 22.48%
R=66.45%
G=11.07%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204346900.830.660.2347.6571.4346.67
HexCC2245053421415c472f
Octal3144210501231022453410757
Binary110011001000101000101010100111000010101001010111001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2245; }

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

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

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

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

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

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

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

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