Html Css Color HEX #CC3248 Brick Red

📋 copy color: '#CC3248'

red 204 ◦ green 50 ◦ blue 72

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

Shades of Brick Red #CC3248

Tints of Brick Red #CC3248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.09%

R = 62.58%
G = 15.34%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC3248 (or 0xCC3248) is known color: Brick Red. HEX triplet: CC, 32 and 48. RGB value is (204,50,72). Sum of RGB (Red+Green+Blue) = 204+50+72=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3248 is #33CDB7. Grayscale: #626262. Windows color (decimal): -3395000 or 4731596. OLE color: 4731596.

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

Color convert

RGB 204 50 72 -
CMYK 0 0.75 0.65 0.2
HSL 351.43º 0.61% 0.5% -
HSV(B) 351.43º 0.75% 0.8% -
XYZ 27.21 15.59 7.71 -
YUV 98.55 113.02 203.21 -
System Red Green Blue C M Y K H S L
Decimal 204 50 72 0 0.75 0.65 0.2 351.43 0.61 0.5
Hex CC 32 48 0 4B 41 14 15F 3D 32
Octal 314 62 110 0 113 101 24 537 75 62
Binary 11001100 110010 1001000 0 1001011 1000001 10100 101011111 111101 110010

Color Harmonies of #CC3248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3248

Black with #CC3248

Text Example


Text Example

White with #CC3248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3248; }

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

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

background-color css

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

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

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

border-color css

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

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

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