#CC2348

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

Shades of Brick Red #CC2348

Tints of Brick Red #CC2348

Color information

#CC2348 (or 0xCC2348) is unknown color: approx Brick Red. HEX triplet: CC, 23 and 48. RGB value is (204,35,72). Sum of RGB (Red+Green+Blue) = 204+35+72=311 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.59% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2348 is #33DCB7. Grayscale: #595959. Windows color (decimal): -3398840 or 4727756. OLE color: 4727756.

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

Color convert

RGB2043572-
CMYK00.830.650.2
HSL346.86º70.71%46.86%-
HSV(B)346.86º82.84%80%-
XYZ26.6714.517.53-
YUV89.75117.99209.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 65.59%
GREEN value IS 35 (14.06% from 255) = 11.25%
BLUE value IS 72 (28.52% from 255) = 23.15%
R=65.59%
G=11.25%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204357200.830.650.2346.8670.7146.86
HexCC2348053411415b472f
Octal3144311001231012453310757
Binary110011001000111001000010100111000001101001010110111000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2348; }

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

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

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

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

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

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

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

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