Html Css Color HEX #CC2839 Brick Red

📋 copy color: '#CC2839'

red 204 ◦ green 40 ◦ blue 57

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

Shades of Brick Red #CC2839

Tints of Brick Red #CC2839

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.29%

 BLUE value IS 57 (22.66% from 255) = 18.94%

R = 67.77%
G = 13.29%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC2839 (or 0xCC2839) is known color: Brick Red. HEX triplet: CC, 28 and 39. RGB value is (204,40,57). Sum of RGB (Red+Green+Blue) = 204+40+57=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 57 (22.66% from 255 or 18.94% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2839 is #33D7C6. Grayscale: #5B5B5B. Windows color (decimal): -3397575 or 3745996. OLE color: 3745996.

HSL color Cylindrical-coordinate representation of color #CC2839: hue angle of 353.78º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC2839 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 40 57 -
CMYK 0 0.80 0.72 0.2
HSL 353.78º 0.67% 0.48% -
HSV(B) 353.78º 0.8% 0.8% -
XYZ 26.4 14.65 5.31 -
YUV 90.97 108.83 208.62 -
System Red Green Blue C M Y K H S L
Decimal 204 40 57 0 0.80 0.72 0.2 353.78 0.67 0.48
Hex CC 28 39 0 50 48 14 162 43 30
Octal 314 50 71 0 120 110 24 542 103 60
Binary 11001100 101000 111001 0 1010000 1001000 10100 101100010 1000011 110000

Color Harmonies of #CC2839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2839

Black with #CC2839

Text Example


Text Example

White with #CC2839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2839; }

 p { color: rgb(204,40,57); }

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

background-color css

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

 a { background-color: rgb(204,40,57); }

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

border-color css

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

 span { border-color: rgb(204,40,57); }

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