#CC2938

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

Shades of Brick Red #CC2938

Tints of Brick Red #CC2938

Color information

#CC2938 (or 0xCC2938) is unknown color: approx Brick Red. HEX triplet: CC, 29 and 38. RGB value is (204,41,56). Sum of RGB (Red+Green+Blue) = 204+41+56=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2938 is #33D6C7. Grayscale: #5B5B5B. Windows color (decimal): -3397320 or 3680716. OLE color: 3680716.

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

Color convert

RGB2044156-
CMYK00.800.730.2
HSL354.48º66.53%48.04%-
HSV(B)354.48º79.9%80%-
XYZ26.4114.715.19-
YUV91.45108208.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 67.77%
GREEN value IS 41 (16.41% from 255) = 13.62%
BLUE value IS 56 (22.27% from 255) = 18.60%
R=67.77%
G=13.62%
B=18.60%

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
Decimal204415600.800.730.2354.4866.5348.04
HexCC293805049141624330
Octal314517001201112454210360
Binary11001100101001111000010100001001001101001011000101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2938; }

 p { color: rgb(204,41,56); }

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

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

 a { background-color: rgb(204,41,56); }

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

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

 span { border-color: rgb(204,41,56); }

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