Html Css Color HEX #CC2E31 Mahogany

📋 copy color: '#CC2E31'

red 204 ◦ green 46 ◦ blue 49

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

Shades of Mahogany #CC2E31

Tints of Mahogany #CC2E31

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.38%

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

R = 68.23%
G = 15.38%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC2E31 (or 0xCC2E31) is known color: Mahogany. HEX triplet: CC, 2E and 31. RGB value is (204,46,49). Sum of RGB (Red+Green+Blue) = 204+46+49=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 46 (18.36% from 255 or 15.38% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2E31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2E31 is #33D1CE. Grayscale: #5D5D5D. Windows color (decimal): -3396047 or 3223244. OLE color: 3223244.

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

Color convert

RGB 204 46 49 -
CMYK 0 0.77 0.76 0.2
HSL 358.86º 0.63% 0.49% -
HSV(B) 358.86º 0.77% 0.8% -
XYZ 26.43 15.01 4.41 -
YUV 93.58 102.85 206.76 -
System Red Green Blue C M Y K H S L
Decimal 204 46 49 0 0.77 0.76 0.2 358.86 0.63 0.49
Hex CC 2E 31 0 4D 4C 14 167 3F 31
Octal 314 56 61 0 115 114 24 547 77 61
Binary 11001100 101110 110001 0 1001101 1001100 10100 101100111 111111 110001

Color Harmonies of #CC2E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2E31

Black with #CC2E31

Text Example


Text Example

White with #CC2E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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