Html Css Color HEX #CC2346 Brick Red

📋 copy color: '#CC2346'

red 204 ◦ green 35 ◦ blue 70

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

Shades of Brick Red #CC2346

Tints of Brick Red #CC2346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.65%

R = 66.02%
G = 11.33%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC2346 (or 0xCC2346) is known color: Brick Red. HEX triplet: CC, 23 and 46. RGB value is (204,35,70). Sum of RGB (Red+Green+Blue) = 204+35+70=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2346 is #33DCB9. Grayscale: #595959. Windows color (decimal): -3398842 or 4596684. OLE color: 4596684.

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

Color convert

RGB 204 35 70 -
CMYK 0 0.83 0.66 0.2
HSL 347.57º 0.71% 0.47% -
HSV(B) 347.57º 0.83% 0.8% -
XYZ 26.61 14.48 7.19 -
YUV 89.52 116.99 209.65 -
System Red Green Blue C M Y K H S L
Decimal 204 35 70 0 0.83 0.66 0.2 347.57 0.71 0.47
Hex CC 23 46 0 53 42 14 15C 47 2F
Octal 314 43 106 0 123 102 24 534 107 57
Binary 11001100 100011 1000110 0 1010011 1000010 10100 101011100 1000111 101111

Color Harmonies of #CC2346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2346

Black with #CC2346

Text Example


Text Example

White with #CC2346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2346; }

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

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

background-color css

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

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

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

border-color css

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

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

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