Html Css Color HEX #CC2C4B Brick Red

📋 copy color: '#CC2C4B'

red 204 ◦ green 44 ◦ blue 75

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

Shades of Brick Red #CC2C4B

Tints of Brick Red #CC2C4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.22%

R = 63.16%
G = 13.62%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC2C4B (or 0xCC2C4B) is known color: Brick Red. HEX triplet: CC, 2C and 4B. RGB value is (204,44,75). Sum of RGB (Red+Green+Blue) = 204+44+75=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 44 (17.58% from 255 or 13.62% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2C4B is #33D3B4. Grayscale: #5F5F5F. Windows color (decimal): -3396533 or 4926668. OLE color: 4926668.

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

Color convert

RGB 204 44 75 -
CMYK 0 0.78 0.63 0.2
HSL 348.38º 0.65% 0.49% -
HSV(B) 348.38º 0.78% 0.8% -
XYZ 27.07 15.15 8.15 -
YUV 95.37 116.51 205.48 -
System Red Green Blue C M Y K H S L
Decimal 204 44 75 0 0.78 0.63 0.2 348.38 0.65 0.49
Hex CC 2C 4B 0 4E 3F 14 15C 41 31
Octal 314 54 113 0 116 77 24 534 101 61
Binary 11001100 101100 1001011 0 1001110 111111 10100 101011100 1000001 110001

Color Harmonies of #CC2C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2C4B

Black with #CC2C4B

Text Example


Text Example

White with #CC2C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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