Html Css Color HEX #CC2E30 Mahogany

📋 copy color: '#CC2E30'

red 204 ◦ green 46 ◦ blue 48

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

Shades of Mahogany #CC2E30

Tints of Mahogany #CC2E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.11%

R = 68.46%
G = 15.44%
B = 16.11%

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

#CC2E30 (or 0xCC2E30) is known color: Mahogany. HEX triplet: CC, 2E and 30. RGB value is (204,46,48). Sum of RGB (Red+Green+Blue) = 204+46+48=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2E30 is #33D1CF. Grayscale: #5D5D5D. Windows color (decimal): -3396048 or 3157708. OLE color: 3157708.

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

Color convert

RGB 204 46 48 -
CMYK 0 0.77 0.76 0.2
HSL 359.24º 0.63% 0.49% -
HSV(B) 359.24º 0.77% 0.8% -
XYZ 26.41 15 4.3 -
YUV 93.47 102.35 206.84 -
System Red Green Blue C M Y K H S L
Decimal 204 46 48 0 0.77 0.76 0.2 359.24 0.63 0.49
Hex CC 2E 30 0 4D 4C 14 167 3F 31
Octal 314 56 60 0 115 114 24 547 77 61
Binary 11001100 101110 110000 0 1001101 1001100 10100 101100111 111111 110001

Color Harmonies of #CC2E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2E30

Black with #CC2E30

Text Example


Text Example

White with #CC2E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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