Html Css Color HEX #CC2C3C Brick Red

📋 copy color: '#CC2C3C'

red 204 ◦ green 44 ◦ blue 60

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

Shades of Brick Red #CC2C3C

Tints of Brick Red #CC2C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.48%

R = 66.23%
G = 14.29%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CC2C3C (or 0xCC2C3C) is known color: Brick Red. HEX triplet: CC, 2C and 3C. RGB value is (204,44,60). Sum of RGB (Red+Green+Blue) = 204+44+60=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 44 (17.58% from 255 or 14.29% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2C3C is #33D3C3. Grayscale: #5D5D5D. Windows color (decimal): -3396548 or 3943628. OLE color: 3943628.

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

Color convert

RGB 204 44 60 -
CMYK 0 0.78 0.71 0.2
HSL 354º 0.65% 0.49% -
HSV(B) 354º 0.78% 0.8% -
XYZ 26.62 14.96 5.76 -
YUV 93.66 109.01 206.7 -
System Red Green Blue C M Y K H S L
Decimal 204 44 60 0 0.78 0.71 0.2 354 0.65 0.49
Hex CC 2C 3C 0 4E 47 14 162 41 31
Octal 314 54 74 0 116 107 24 542 101 61
Binary 11001100 101100 111100 0 1001110 1000111 10100 101100010 1000001 110001

Color Harmonies of #CC2C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2C3C

Black with #CC2C3C

Text Example


Text Example

White with #CC2C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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