#CC294A

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

Shades of Brick Red #CC294A

Tints of Brick Red #CC294A

Color information

#CC294A (or 0xCC294A) is unknown color: approx Brick Red. HEX triplet: CC, 29 and 4A. RGB value is (204,41,74). Sum of RGB (Red+Green+Blue) = 204+41+74=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC294A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC294A is #33D6B5. Grayscale: #5D5D5D. Windows color (decimal): -3397302 or 4860364. OLE color: 4860364.

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

Color convert

RGB2044174-
CMYK00.800.640.2
HSL347.85º66.53%48.04%-
HSV(B)347.85º79.9%80%-
XYZ26.9314.927.94-
YUV93.5117206.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 63.95%
GREEN value IS 41 (16.41% from 255) = 12.85%
BLUE value IS 74 (29.30% from 255) = 23.20%
R=63.95%
G=12.85%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204417400.800.640.2347.8566.5348.04
HexCC294A050401415c4330
Octal3145111201201002453410360
Binary110011001010011001010010100001000000101001010111001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC294A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC294A; }

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

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

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

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

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

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

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

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