Html Css Color HEX #CC3147 Brick Red

📋 copy color: '#CC3147'

red 204 ◦ green 49 ◦ blue 71

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

Shades of Brick Red #CC3147

Tints of Brick Red #CC3147

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.12%

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

R = 62.96%
G = 15.12%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC3147 (or 0xCC3147) is known color: Brick Red. HEX triplet: CC, 31 and 47. RGB value is (204,49,71). Sum of RGB (Red+Green+Blue) = 204+49+71=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3147 is #33CEB8. Grayscale: #616161. Windows color (decimal): -3395257 or 4665804. OLE color: 4665804.

HSL color Cylindrical-coordinate representation of color #CC3147: hue angle of 351.48º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC3147 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 49 71 -
CMYK 0 0.76 0.65 0.2
HSL 351.48º 0.61% 0.5% -
HSV(B) 351.48º 0.76% 0.8% -
XYZ 27.14 15.49 7.52 -
YUV 97.85 112.85 203.71 -
System Red Green Blue C M Y K H S L
Decimal 204 49 71 0 0.76 0.65 0.2 351.48 0.61 0.5
Hex CC 31 47 0 4C 41 14 15F 3D 32
Octal 314 61 107 0 114 101 24 537 75 62
Binary 11001100 110001 1000111 0 1001100 1000001 10100 101011111 111101 110010

Color Harmonies of #CC3147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3147

Black with #CC3147

Text Example


Text Example

White with #CC3147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3147; }

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

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

background-color css

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

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

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

border-color css

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

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

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