#CC2543

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

Shades of Brick Red #CC2543

Tints of Brick Red #CC2543

Color information

#CC2543 (or 0xCC2543) is unknown color: approx Brick Red. HEX triplet: CC, 25 and 43. RGB value is (204,37,67). Sum of RGB (Red+Green+Blue) = 204+37+67=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2543 is #33DABC. Grayscale: #5A5A5A. Windows color (decimal): -3398333 or 4400588. OLE color: 4400588.

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

Color convert

RGB2043767-
CMYK00.820.670.2
HSL349.22º69.29%47.25%-
HSV(B)349.22º81.86%80%-
XYZ26.5814.576.72-
YUV90.35114.83209.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 66.23%
GREEN value IS 37 (14.84% from 255) = 12.01%
BLUE value IS 67 (26.56% from 255) = 21.75%
R=66.23%
G=12.01%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204376700.820.670.2349.2269.2947.25
HexCC2543052431415d452f
Octal3144510301221032453510557
Binary110011001001011000011010100101000011101001010111011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2543; }

 p { color: rgb(204,37,67); }

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

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

 a { background-color: rgb(204,37,67); }

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

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

 span { border-color: rgb(204,37,67); }

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