Html Css Color HEX #CC2831 Mahogany

📋 copy color: '#CC2831'

red 204 ◦ green 40 ◦ blue 49

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

Shades of Mahogany #CC2831

Tints of Mahogany #CC2831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.72%

R = 69.62%
G = 13.65%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC2831 (or 0xCC2831) is known color: Mahogany. HEX triplet: CC, 28 and 31. RGB value is (204,40,49). Sum of RGB (Red+Green+Blue) = 204+40+49=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 49 (19.53% from 255 or 16.72% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2831 is #33D7CE. Grayscale: #5A5A5A. Windows color (decimal): -3397583 or 3221708. OLE color: 3221708.

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

Color convert

RGB 204 40 49 -
CMYK 0 0.80 0.76 0.2
HSL 356.71º 0.67% 0.48% -
HSV(B) 356.71º 0.8% 0.8% -
XYZ 26.22 14.58 4.34 -
YUV 90.06 104.83 209.27 -
System Red Green Blue C M Y K H S L
Decimal 204 40 49 0 0.80 0.76 0.2 356.71 0.67 0.48
Hex CC 28 31 0 50 4C 14 165 43 30
Octal 314 50 61 0 120 114 24 545 103 60
Binary 11001100 101000 110001 0 1010000 1001100 10100 101100101 1000011 110000

Color Harmonies of #CC2831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2831

Black with #CC2831

Text Example


Text Example

White with #CC2831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2831; }

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

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

background-color css

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

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

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

border-color css

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

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

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