Html Css Color HEX #CC2B47 Brick Red

📋 copy color: '#CC2B47'

red 204 ◦ green 43 ◦ blue 71

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

Shades of Brick Red #CC2B47

Tints of Brick Red #CC2B47

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.52%

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

R = 64.15%
G = 13.52%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC2B47 (or 0xCC2B47) is known color: Brick Red. HEX triplet: CC, 2B and 47. RGB value is (204,43,71). Sum of RGB (Red+Green+Blue) = 204+43+71=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 43 (17.19% from 255 or 13.52% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2B47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2B47 is #33D4B8. Grayscale: #5E5E5E. Windows color (decimal): -3396793 or 4664268. OLE color: 4664268.

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

Color convert

RGB 204 43 71 -
CMYK 0 0.79 0.65 0.2
HSL 349.57º 0.65% 0.48% -
HSV(B) 349.57º 0.79% 0.8% -
XYZ 26.9 15.02 7.44 -
YUV 94.33 114.84 206.22 -
System Red Green Blue C M Y K H S L
Decimal 204 43 71 0 0.79 0.65 0.2 349.57 0.65 0.48
Hex CC 2B 47 0 4F 41 14 15E 41 30
Octal 314 53 107 0 117 101 24 536 101 60
Binary 11001100 101011 1000111 0 1001111 1000001 10100 101011110 1000001 110000

Color Harmonies of #CC2B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2B47

Black with #CC2B47

Text Example


Text Example

White with #CC2B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2B47; }

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

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

background-color css

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

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

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

border-color css

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

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

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