Html Css Color HEX #CC272D Mahogany

📋 copy color: '#CC272D'

red 204 ◦ green 39 ◦ blue 45

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

Shades of Mahogany #CC272D

Tints of Mahogany #CC272D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.63%

R = 70.83%
G = 13.54%
B = 15.63%

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

#CC272D (or 0xCC272D) is known color: Mahogany. HEX triplet: CC, 27 and 2D. RGB value is (204,39,45). Sum of RGB (Red+Green+Blue) = 204+39+45=288 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.83% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 204 - color contains mainly: red. Hex color #CC272D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC272D is #33D8D2. Grayscale: #595959. Windows color (decimal): -3397843 or 2959308. OLE color: 2959308.

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

Color convert

RGB 204 39 45 -
CMYK 0 0.81 0.78 0.2
HSL 357.82º 0.68% 0.48% -
HSV(B) 357.82º 0.81% 0.8% -
XYZ 26.1 14.48 3.9 -
YUV 89.02 103.16 210.01 -
System Red Green Blue C M Y K H S L
Decimal 204 39 45 0 0.81 0.78 0.2 357.82 0.68 0.48
Hex CC 27 2D 0 51 4E 14 166 44 30
Octal 314 47 55 0 121 116 24 546 104 60
Binary 11001100 100111 101101 0 1010001 1001110 10100 101100110 1000100 110000

Color Harmonies of #CC272D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC272D

Black with #CC272D

Text Example


Text Example

White with #CC272D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC272D; }

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

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

background-color css

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

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

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

border-color css

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

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

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