Html Css Color HEX #CC2C3D Brick Red

📋 copy color: '#CC2C3D'

red 204 ◦ green 44 ◦ blue 61

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

Shades of Brick Red #CC2C3D

Tints of Brick Red #CC2C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.74%

R = 66.02%
G = 14.24%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC2C3D (or 0xCC2C3D) is known color: Brick Red. HEX triplet: CC, 2C and 3D. RGB value is (204,44,61). Sum of RGB (Red+Green+Blue) = 204+44+61=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2C3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2C3D is #33D3C2. Grayscale: #5D5D5D. Windows color (decimal): -3396547 or 4009164. OLE color: 4009164.

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

Color convert

RGB 204 44 61 -
CMYK 0 0.78 0.70 0.2
HSL 353.63º 0.65% 0.49% -
HSV(B) 353.63º 0.78% 0.8% -
XYZ 26.64 14.98 5.9 -
YUV 93.78 109.51 206.62 -
System Red Green Blue C M Y K H S L
Decimal 204 44 61 0 0.78 0.70 0.2 353.63 0.65 0.49
Hex CC 2C 3D 0 4E 46 14 162 41 31
Octal 314 54 75 0 116 106 24 542 101 61
Binary 11001100 101100 111101 0 1001110 1000110 10100 101100010 1000001 110001

Color Harmonies of #CC2C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2C3D

Black with #CC2C3D

Text Example


Text Example

White with #CC2C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2C3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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