#CC214A

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

Shades of Brick Red #CC214A

Tints of Brick Red #CC214A

Color information

#CC214A (or 0xCC214A) is unknown color: approx Brick Red. HEX triplet: CC, 21 and 4A. RGB value is (204,33,74). Sum of RGB (Red+Green+Blue) = 204+33+74=311 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.59% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 204 - color contains mainly: red. Hex color #CC214A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC214A is #33DEB5. Grayscale: #585858. Windows color (decimal): -3399350 or 4858316. OLE color: 4858316.

HSL color Cylindrical-coordinate representation of color #CC214A: hue angle of 345.61º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC214A is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB2043374-
CMYK00.840.640.2
HSL345.61º72.15%46.47%-
HSV(B)345.61º83.82%80%-
XYZ26.6814.427.86-
YUV88.8119.65210.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 65.59%
GREEN value IS 33 (13.28% from 255) = 10.61%
BLUE value IS 74 (29.30% from 255) = 23.79%
R=65.59%
G=10.61%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204337400.840.640.2345.6172.1546.47
HexCC214A054401415a482e
Octal3144111201241002453211056
Binary110011001000011001010010101001000000101001010110101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC214A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC214A; }

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

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

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

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

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

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

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

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