Html Css Color HEX #CC2C4A Brick Red

📋 copy color: '#CC2C4A'

red 204 ◦ green 44 ◦ blue 74

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

Shades of Brick Red #CC2C4A

Tints of Brick Red #CC2C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.98%

R = 63.35%
G = 13.66%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC2C4A (or 0xCC2C4A) is known color: Brick Red. HEX triplet: CC, 2C and 4A. RGB value is (204,44,74). Sum of RGB (Red+Green+Blue) = 204+44+74=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2C4A is #33D3B5. Grayscale: #5F5F5F. Windows color (decimal): -3396534 or 4861132. OLE color: 4861132.

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

Color convert

RGB 204 44 74 -
CMYK 0 0.78 0.64 0.2
HSL 348.75º 0.65% 0.49% -
HSV(B) 348.75º 0.78% 0.8% -
XYZ 27.04 15.13 7.97 -
YUV 95.26 116.01 205.56 -
System Red Green Blue C M Y K H S L
Decimal 204 44 74 0 0.78 0.64 0.2 348.75 0.65 0.49
Hex CC 2C 4A 0 4E 40 14 15D 41 31
Octal 314 54 112 0 116 100 24 535 101 61
Binary 11001100 101100 1001010 0 1001110 1000000 10100 101011101 1000001 110001

Color Harmonies of #CC2C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2C4A

Black with #CC2C4A

Text Example


Text Example

White with #CC2C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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