Html Css Color HEX #CC272C Mahogany

📋 copy color: '#CC272C'

red 204 ◦ green 39 ◦ blue 44

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

Shades of Mahogany #CC272C

Tints of Mahogany #CC272C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.33%

R = 71.08%
G = 13.59%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC272C (or 0xCC272C) is known color: Mahogany. HEX triplet: CC, 27 and 2C. RGB value is (204,39,44). Sum of RGB (Red+Green+Blue) = 204+39+44=287 (38% of max value = 765). Red value is 204 (80.08% from 255 or 71.08% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 204 - color contains mainly: red. Hex color #CC272C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC272C is #33D8D3. Grayscale: #595959. Windows color (decimal): -3397844 or 2893772. OLE color: 2893772.

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

Color convert

RGB 204 39 44 -
CMYK 0 0.81 0.78 0.2
HSL 358.18º 0.68% 0.48% -
HSV(B) 358.18º 0.81% 0.8% -
XYZ 26.08 14.47 3.8 -
YUV 88.91 102.66 210.09 -
System Red Green Blue C M Y K H S L
Decimal 204 39 44 0 0.81 0.78 0.2 358.18 0.68 0.48
Hex CC 27 2C 0 51 4E 14 166 44 30
Octal 314 47 54 0 121 116 24 546 104 60
Binary 11001100 100111 101100 0 1010001 1001110 10100 101100110 1000100 110000

Color Harmonies of #CC272C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC272C

Black with #CC272C

Text Example


Text Example

White with #CC272C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC272C; }

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

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

background-color css

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

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

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

border-color css

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

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

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