Html Css Color HEX #CC323F Brick Red

📋 copy color: '#CC323F'

red 204 ◦ green 50 ◦ blue 63

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

Shades of Brick Red #CC323F

Tints of Brick Red #CC323F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.87%

R = 64.35%
G = 15.77%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC323F (or 0xCC323F) is known color: Brick Red. HEX triplet: CC, 32 and 3F. RGB value is (204,50,63). Sum of RGB (Red+Green+Blue) = 204+50+63=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC323F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC323F is #33CDC0. Grayscale: #616161. Windows color (decimal): -3395009 or 4141772. OLE color: 4141772.

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

Color convert

RGB 204 50 63 -
CMYK 0 0.75 0.69 0.2
HSL 354.94º 0.61% 0.5% -
HSV(B) 354.94º 0.75% 0.8% -
XYZ 26.94 15.48 6.27 -
YUV 97.53 108.52 203.94 -
System Red Green Blue C M Y K H S L
Decimal 204 50 63 0 0.75 0.69 0.2 354.94 0.61 0.5
Hex CC 32 3F 0 4B 45 14 163 3D 32
Octal 314 62 77 0 113 105 24 543 75 62
Binary 11001100 110010 111111 0 1001011 1000101 10100 101100011 111101 110010

Color Harmonies of #CC323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC323F

Black with #CC323F

Text Example


Text Example

White with #CC323F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC323F; }

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

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

background-color css

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

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

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

border-color css

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

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

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