#CC2837

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

Shades of Brick Red #CC2837

Tints of Brick Red #CC2837

Color information

#CC2837 (or 0xCC2837) is unknown color: approx Brick Red. HEX triplet: CC, 28 and 37. RGB value is (204,40,55). Sum of RGB (Red+Green+Blue) = 204+40+55=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2837 is #33D7C8. Grayscale: #5A5A5A. Windows color (decimal): -3397577 or 3614924. OLE color: 3614924.

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

Color convert

RGB2044055-
CMYK00.800.730.2
HSL354.51º67.21%47.84%-
HSV(B)354.51º80.39%80%-
XYZ26.3514.635.05-
YUV90.75107.83208.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 68.23%
GREEN value IS 40 (16.02% from 255) = 13.38%
BLUE value IS 55 (21.88% from 255) = 18.39%
R=68.23%
G=13.38%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.73
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204405500.800.730.2354.5167.2147.84
HexCC283705049141634330
Octal314506701201112454310360
Binary11001100101000110111010100001001001101001011000111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2837; }

 p { color: rgb(204,40,55); }

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

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

 a { background-color: rgb(204,40,55); }

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

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

 span { border-color: rgb(204,40,55); }

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