Html Css Color HEX #CC2631 Mahogany

📋 copy color: '#CC2631'

red 204 ◦ green 38 ◦ blue 49

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

Shades of Mahogany #CC2631

Tints of Mahogany #CC2631

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.06%

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

R = 70.1%
G = 13.06%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC2631 (or 0xCC2631) is known color: Mahogany. HEX triplet: CC, 26 and 31. RGB value is (204,38,49). Sum of RGB (Red+Green+Blue) = 204+38+49=291 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.10% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 49 (19.53% from 255 or 16.84% from 291); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2631 is #33D9CE. Grayscale: #595959. Windows color (decimal): -3398095 or 3221196. OLE color: 3221196.

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

Color convert

RGB 204 38 49 -
CMYK 0 0.81 0.76 0.2
HSL 356.02º 0.69% 0.47% -
HSV(B) 356.02º 0.81% 0.8% -
XYZ 26.15 14.45 4.32 -
YUV 88.89 105.5 210.11 -
System Red Green Blue C M Y K H S L
Decimal 204 38 49 0 0.81 0.76 0.2 356.02 0.69 0.47
Hex CC 26 31 0 51 4C 14 164 45 2F
Octal 314 46 61 0 121 114 24 544 105 57
Binary 11001100 100110 110001 0 1010001 1001100 10100 101100100 1000101 101111

Color Harmonies of #CC2631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2631

Black with #CC2631

Text Example


Text Example

White with #CC2631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2631; }

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

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

background-color css

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

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

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

border-color css

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

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

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