Html Css Color HEX #C5272D Mahogany

📋 copy color: '#C5272D'

red 197 ◦ green 39 ◦ blue 45

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

Shades of Mahogany #C5272D

Tints of Mahogany #C5272D

RGB

 RED value IS 197 (77.34% from 255) = 70.11%

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

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

R = 70.11%
G = 13.88%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5272D (or 0xC5272D) is known color: Mahogany. HEX triplet: C5, 27 and 2D. RGB value is (197,39,45). Sum of RGB (Red+Green+Blue) = 197+39+45=281 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.11% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 197 - color contains mainly: red. Hex color #C5272D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5272D is #3AD8D2. Grayscale: #575757. Windows color (decimal): -3856595 or 2959301. OLE color: 2959301.

HSL color Cylindrical-coordinate representation of color #C5272D: hue angle of 357.72º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5272D is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 39 45 -
CMYK 0 0.80 0.77 0.23
HSL 357.72º 0.67% 0.46% -
HSV(B) 357.72º 0.8% 0.77% -
XYZ 24.23 13.51 3.81 -
YUV 86.93 104.35 206.51 -
System Red Green Blue C M Y K H S L
Decimal 197 39 45 0 0.80 0.77 0.23 357.72 0.67 0.46
Hex C5 27 2D 0 50 4D 17 166 43 2E
Octal 305 47 55 0 120 115 27 546 103 56
Binary 11000101 100111 101101 0 1010000 1001101 10111 101100110 1000011 101110

Color Harmonies of #C5272D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5272D

Black with #C5272D

Text Example


Text Example

White with #C5272D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5272D; }

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

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

background-color css

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

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

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

border-color css

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

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

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