Html Css Color HEX #CC2147 Brick Red

📋 copy color: '#CC2147'

red 204 ◦ green 33 ◦ blue 71

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

Shades of Brick Red #CC2147

Tints of Brick Red #CC2147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 23.05%

R = 66.23%
G = 10.71%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC2147 (or 0xCC2147) is known color: Brick Red. HEX triplet: CC, 21 and 47. RGB value is (204,33,71). Sum of RGB (Red+Green+Blue) = 204+33+71=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2147 is #33DEB8. Grayscale: #585858. Windows color (decimal): -3399353 or 4661708. OLE color: 4661708.

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

Color convert

RGB 204 33 71 -
CMYK 0 0.84 0.65 0.2
HSL 346.67º 0.72% 0.46% -
HSV(B) 346.67º 0.84% 0.8% -
XYZ 26.58 14.38 7.34 -
YUV 88.46 118.15 210.41 -
System Red Green Blue C M Y K H S L
Decimal 204 33 71 0 0.84 0.65 0.2 346.67 0.72 0.46
Hex CC 21 47 0 54 41 14 15B 48 2E
Octal 314 41 107 0 124 101 24 533 110 56
Binary 11001100 100001 1000111 0 1010100 1000001 10100 101011011 1001000 101110

Color Harmonies of #CC2147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2147

Black with #CC2147

Text Example


Text Example

White with #CC2147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2147; }

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

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

background-color css

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

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

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

border-color css

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

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

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