Html Css Color HEX #CC324B Brick Red

📋 copy color: '#CC324B'

red 204 ◦ green 50 ◦ blue 75

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

Shades of Brick Red #CC324B

Tints of Brick Red #CC324B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.2%

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

R = 62.01%
G = 15.2%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC324B (or 0xCC324B) is known color: Brick Red. HEX triplet: CC, 32 and 4B. RGB value is (204,50,75). Sum of RGB (Red+Green+Blue) = 204+50+75=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC324B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC324B is #33CDB4. Grayscale: #626262. Windows color (decimal): -3394997 or 4928204. OLE color: 4928204.

HSL color Cylindrical-coordinate representation of color #CC324B: hue angle of 350.26º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC324B is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 50 75 -
CMYK 0 0.75 0.63 0.2
HSL 350.26º 0.61% 0.5% -
HSV(B) 350.26º 0.75% 0.8% -
XYZ 27.31 15.63 8.23 -
YUV 98.9 114.52 202.97 -
System Red Green Blue C M Y K H S L
Decimal 204 50 75 0 0.75 0.63 0.2 350.26 0.61 0.5
Hex CC 32 4B 0 4B 3F 14 15E 3D 32
Octal 314 62 113 0 113 77 24 536 75 62
Binary 11001100 110010 1001011 0 1001011 111111 10100 101011110 111101 110010

Color Harmonies of #CC324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC324B

Black with #CC324B

Text Example


Text Example

White with #CC324B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC324B; }

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

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

background-color css

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

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

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

border-color css

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

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

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