Html Css Color HEX #CC2349 Brick Red

📋 copy color: '#CC2349'

red 204 ◦ green 35 ◦ blue 73

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

Shades of Brick Red #CC2349

Tints of Brick Red #CC2349

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.22%

 BLUE value IS 73 (28.91% from 255) = 23.4%

R = 65.38%
G = 11.22%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC2349 (or 0xCC2349) is known color: Brick Red. HEX triplet: CC, 23 and 49. RGB value is (204,35,73). Sum of RGB (Red+Green+Blue) = 204+35+73=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2349 is #33DCB6. Grayscale: #595959. Windows color (decimal): -3398839 or 4793292. OLE color: 4793292.

HSL color Cylindrical-coordinate representation of color #CC2349: hue angle of 346.51º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2349 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 35 73 -
CMYK 0 0.83 0.64 0.2
HSL 346.51º 0.71% 0.47% -
HSV(B) 346.51º 0.83% 0.8% -
XYZ 26.71 14.52 7.7 -
YUV 89.86 118.49 209.41 -
System Red Green Blue C M Y K H S L
Decimal 204 35 73 0 0.83 0.64 0.2 346.51 0.71 0.47
Hex CC 23 49 0 53 40 14 15B 47 2F
Octal 314 43 111 0 123 100 24 533 107 57
Binary 11001100 100011 1001001 0 1010011 1000000 10100 101011011 1000111 101111

Color Harmonies of #CC2349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2349

Black with #CC2349

Text Example


Text Example

White with #CC2349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2349; }

 p { color: rgb(204,35,73); }

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

background-color css

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

 a { background-color: rgb(204,35,73); }

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

border-color css

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

 span { border-color: rgb(204,35,73); }

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