Html Css Color HEX #CC272F Mahogany

📋 copy color: '#CC272F'

red 204 ◦ green 39 ◦ blue 47

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

Shades of Mahogany #CC272F

Tints of Mahogany #CC272F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.21%

R = 70.34%
G = 13.45%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC272F (or 0xCC272F) is known color: Mahogany. HEX triplet: CC, 27 and 2F. RGB value is (204,39,47). Sum of RGB (Red+Green+Blue) = 204+39+47=290 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.34% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 204 - color contains mainly: red. Hex color #CC272F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC272F is #33D8D0. Grayscale: #595959. Windows color (decimal): -3397841 or 3090380. OLE color: 3090380.

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

Color convert

RGB 204 39 47 -
CMYK 0 0.81 0.77 0.2
HSL 357.09º 0.68% 0.48% -
HSV(B) 357.09º 0.81% 0.8% -
XYZ 26.14 14.49 4.11 -
YUV 89.25 104.16 209.85 -
System Red Green Blue C M Y K H S L
Decimal 204 39 47 0 0.81 0.77 0.2 357.09 0.68 0.48
Hex CC 27 2F 0 51 4D 14 165 44 30
Octal 314 47 57 0 121 115 24 545 104 60
Binary 11001100 100111 101111 0 1010001 1001101 10100 101100101 1000100 110000

Color Harmonies of #CC272F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC272F

Black with #CC272F

Text Example


Text Example

White with #CC272F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC272F; }

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

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

background-color css

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

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

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

border-color css

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

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

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