Html Css Color HEX #CC2936 Mahogany

📋 copy color: '#CC2936'

red 204 ◦ green 41 ◦ blue 54

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

Shades of Mahogany #CC2936

Tints of Mahogany #CC2936

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.71%

 BLUE value IS 54 (21.48% from 255) = 18.06%

R = 68.23%
G = 13.71%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CC2936 (or 0xCC2936) is known color: Mahogany. HEX triplet: CC, 29 and 36. RGB value is (204,41,54). Sum of RGB (Red+Green+Blue) = 204+41+54=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2936 is #33D6C9. Grayscale: #5B5B5B. Windows color (decimal): -3397322 or 3549644. OLE color: 3549644.

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

Color convert

RGB 204 41 54 -
CMYK 0 0.80 0.74 0.2
HSL 355.21º 0.67% 0.48% -
HSV(B) 355.21º 0.8% 0.8% -
XYZ 26.36 14.69 4.94 -
YUV 91.22 107 208.44 -
System Red Green Blue C M Y K H S L
Decimal 204 41 54 0 0.80 0.74 0.2 355.21 0.67 0.48
Hex CC 29 36 0 50 4A 14 163 43 30
Octal 314 51 66 0 120 112 24 543 103 60
Binary 11001100 101001 110110 0 1010000 1001010 10100 101100011 1000011 110000

Color Harmonies of #CC2936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2936

Black with #CC2936

Text Example


Text Example

White with #CC2936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2936; }

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

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

background-color css

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

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

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

border-color css

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

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

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