Html Css Color HEX #CC3348 Brick Red

📋 copy color: '#CC3348'

red 204 ◦ green 51 ◦ blue 72

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

Shades of Brick Red #CC3348

Tints of Brick Red #CC3348

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.6%

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

R = 62.39%
G = 15.6%
B = 22.02%

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

#CC3348 (or 0xCC3348) is known color: Brick Red. HEX triplet: CC, 33 and 48. RGB value is (204,51,72). Sum of RGB (Red+Green+Blue) = 204+51+72=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3348 is #33CCB7. Grayscale: #636363. Windows color (decimal): -3394744 or 4731852. OLE color: 4731852.

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

Color convert

RGB 204 51 72 -
CMYK 0 0.75 0.65 0.2
HSL 351.76º 0.6% 0.5% -
HSV(B) 351.76º 0.75% 0.8% -
XYZ 27.26 15.67 7.72 -
YUV 99.14 112.69 202.79 -
System Red Green Blue C M Y K H S L
Decimal 204 51 72 0 0.75 0.65 0.2 351.76 0.6 0.5
Hex CC 33 48 0 4B 41 14 160 3C 32
Octal 314 63 110 0 113 101 24 540 74 62
Binary 11001100 110011 1001000 0 1001011 1000001 10100 101100000 111100 110010

Color Harmonies of #CC3348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3348

Black with #CC3348

Text Example


Text Example

White with #CC3348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3348; }

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

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

background-color css

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

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

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

border-color css

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

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

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