Html Css Color HEX #CC2C48 Brick Red

📋 copy color: '#CC2C48'

red 204 ◦ green 44 ◦ blue 72

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

Shades of Brick Red #CC2C48

Tints of Brick Red #CC2C48

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.75%

 BLUE value IS 72 (28.52% from 255) = 22.5%

R = 63.75%
G = 13.75%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC2C48 (or 0xCC2C48) is known color: Brick Red. HEX triplet: CC, 2C and 48. RGB value is (204,44,72). Sum of RGB (Red+Green+Blue) = 204+44+72=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 44 (17.58% from 255 or 13.75% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2C48 is #33D3B7. Grayscale: #5F5F5F. Windows color (decimal): -3396536 or 4730060. OLE color: 4730060.

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

Color convert

RGB 204 44 72 -
CMYK 0 0.78 0.65 0.2
HSL 349.5º 0.65% 0.49% -
HSV(B) 349.5º 0.78% 0.8% -
XYZ 26.97 15.11 7.63 -
YUV 95.03 115.01 205.72 -
System Red Green Blue C M Y K H S L
Decimal 204 44 72 0 0.78 0.65 0.2 349.5 0.65 0.49
Hex CC 2C 48 0 4E 41 14 15E 41 31
Octal 314 54 110 0 116 101 24 536 101 61
Binary 11001100 101100 1001000 0 1001110 1000001 10100 101011110 1000001 110001

Color Harmonies of #CC2C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2C48

Black with #CC2C48

Text Example


Text Example

White with #CC2C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2C48; }

 p { color: rgb(204,44,72); }

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

background-color css

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

 a { background-color: rgb(204,44,72); }

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

border-color css

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

 span { border-color: rgb(204,44,72); }

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