#CC2345

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

Shades of Brick Red #CC2345

Tints of Brick Red #CC2345

Color information

#CC2345 (or 0xCC2345) is unknown color: approx Brick Red. HEX triplet: CC, 23 and 45. RGB value is (204,35,69). Sum of RGB (Red+Green+Blue) = 204+35+69=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2345 is #33DCBA. Grayscale: #595959. Windows color (decimal): -3398843 or 4531148. OLE color: 4531148.

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

Color convert

RGB2043569-
CMYK00.830.660.2
HSL347.93º70.71%46.86%-
HSV(B)347.93º82.84%80%-
XYZ26.5814.477.02-
YUV89.41116.49209.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 66.23%
GREEN value IS 35 (14.06% from 255) = 11.36%
BLUE value IS 69 (27.34% from 255) = 22.40%
R=66.23%
G=11.36%
B=22.40%

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
Decimal204356900.830.660.2347.9370.7146.86
HexCC2345053421415c472f
Octal3144310501231022453410757
Binary110011001000111000101010100111000010101001010111001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2345; }

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

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

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

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

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

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

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

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