Html Css Color HEX #CC214A Brick Red

📋 copy color: '#CC214A'

red 204 ◦ green 33 ◦ blue 74

#CC214A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brick Red #CC214A

Tints of Brick Red #CC214A

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.3% from 255) = 23.79%

R = 65.59%
G = 10.61%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC214A (or 0xCC214A) is known color: 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

RGB 204 33 74 -
CMYK 0 0.84 0.64 0.2
HSL 345.61º 0.72% 0.46% -
HSV(B) 345.61º 0.84% 0.8% -
XYZ 26.68 14.42 7.86 -
YUV 88.8 119.65 210.17 -
System Red Green Blue C M Y K H S L
Decimal 204 33 74 0 0.84 0.64 0.2 345.61 0.72 0.46
Hex CC 21 4A 0 54 40 14 15A 48 2E
Octal 314 41 112 0 124 100 24 532 110 56
Binary 11001100 100001 1001010 0 1010100 1000000 10100 101011010 1001000 101110

Color Harmonies of #CC214A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC214A

Black with #CC214A

Text Example


Text Example

White with #CC214A

Text Example


Text Example

HTML Codes & Css Web 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>