Html Css Color HEX #CC2729 Mahogany

📋 copy color: '#CC2729'

red 204 ◦ green 39 ◦ blue 41

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

Shades of Mahogany #CC2729

Tints of Mahogany #CC2729

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.73%

 BLUE value IS 41 (16.41% from 255) = 14.44%

R = 71.83%
G = 13.73%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CC2729 (or 0xCC2729) is known color: Mahogany. HEX triplet: CC, 27 and 29. RGB value is (204,39,41). Sum of RGB (Red+Green+Blue) = 204+39+41=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 41 (16.41% from 255 or 14.44% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2729 is #33D8D6. Grayscale: #585858. Windows color (decimal): -3397847 or 2697164. OLE color: 2697164.

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

Color convert

RGB 204 39 41 -
CMYK 0 0.81 0.80 0.2
HSL 359.27º 0.68% 0.48% -
HSV(B) 359.27º 0.81% 0.8% -
XYZ 26.03 14.45 3.51 -
YUV 88.56 101.16 210.34 -
System Red Green Blue C M Y K H S L
Decimal 204 39 41 0 0.81 0.80 0.2 359.27 0.68 0.48
Hex CC 27 29 0 51 50 14 167 44 30
Octal 314 47 51 0 121 120 24 547 104 60
Binary 11001100 100111 101001 0 1010001 1010000 10100 101100111 1000100 110000

Color Harmonies of #CC2729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2729

Black with #CC2729

Text Example


Text Example

White with #CC2729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2729; }

 p { color: rgb(204,39,41); }

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

background-color css

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

 a { background-color: rgb(204,39,41); }

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

border-color css

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

 span { border-color: rgb(204,39,41); }

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