Html Css Color HEX #CC272A Mahogany

📋 copy color: '#CC272A'

red 204 ◦ green 39 ◦ blue 42

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

Shades of Mahogany #CC272A

Tints of Mahogany #CC272A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.74%

R = 71.58%
G = 13.68%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC272A (or 0xCC272A) is known color: Mahogany. HEX triplet: CC, 27 and 2A. RGB value is (204,39,42). Sum of RGB (Red+Green+Blue) = 204+39+42=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC272A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC272A is #33D8D5. Grayscale: #585858. Windows color (decimal): -3397846 or 2762700. OLE color: 2762700.

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

Color convert

RGB 204 39 42 -
CMYK 0 0.81 0.79 0.2
HSL 358.91º 0.68% 0.48% -
HSV(B) 358.91º 0.81% 0.8% -
XYZ 26.05 14.46 3.61 -
YUV 88.68 101.66 210.26 -
System Red Green Blue C M Y K H S L
Decimal 204 39 42 0 0.81 0.79 0.2 358.91 0.68 0.48
Hex CC 27 2A 0 51 4F 14 167 44 30
Octal 314 47 52 0 121 117 24 547 104 60
Binary 11001100 100111 101010 0 1010001 1001111 10100 101100111 1000100 110000

Color Harmonies of #CC272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC272A

Black with #CC272A

Text Example


Text Example

White with #CC272A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC272A; }

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

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

background-color css

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

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

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

border-color css

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

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

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