Html Css Color HEX #CC2149 Brick Red

📋 copy color: '#CC2149'

red 204 ◦ green 33 ◦ blue 73

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

Shades of Brick Red #CC2149

Tints of Brick Red #CC2149

RGB

 RED value IS 204 (80.08% from 255) = 65.81%

 GREEN value IS 33 (13.28% from 255) = 10.65%

 BLUE value IS 73 (28.91% from 255) = 23.55%

R = 65.81%
G = 10.65%
B = 23.55%

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

#CC2149 (or 0xCC2149) is known color: Brick Red. HEX triplet: CC, 21 and 49. RGB value is (204,33,73). Sum of RGB (Red+Green+Blue) = 204+33+73=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2149 is #33DEB6. Grayscale: #585858. Windows color (decimal): -3399351 or 4792780. OLE color: 4792780.

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

Color convert

RGB 204 33 73 -
CMYK 0 0.84 0.64 0.2
HSL 345.96º 0.72% 0.46% -
HSV(B) 345.96º 0.84% 0.8% -
XYZ 26.65 14.41 7.68 -
YUV 88.69 119.15 210.25 -
System Red Green Blue C M Y K H S L
Decimal 204 33 73 0 0.84 0.64 0.2 345.96 0.72 0.46
Hex CC 21 49 0 54 40 14 15A 48 2E
Octal 314 41 111 0 124 100 24 532 110 56
Binary 11001100 100001 1001001 0 1010100 1000000 10100 101011010 1001000 101110

Color Harmonies of #CC2149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2149

Black with #CC2149

Text Example


Text Example

White with #CC2149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2149; }

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

 H1.HeaderClassName
 {
   color: #CC2149;
 }
 .AnyTagClassName
 {
   color: #CC2149;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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