Html Css Color HEX #C5292E Mahogany

📋 copy color: '#C5292E'

red 197 ◦ green 41 ◦ blue 46

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

Shades of Mahogany #C5292E

Tints of Mahogany #C5292E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.44%

 BLUE value IS 46 (18.36% from 255) = 16.2%

R = 69.37%
G = 14.44%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5292E (or 0xC5292E) is known color: Mahogany. HEX triplet: C5, 29 and 2E. RGB value is (197,41,46). Sum of RGB (Red+Green+Blue) = 197+41+46=284 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.37% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 197 - color contains mainly: red. Hex color #C5292E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5292E is #3AD6D1. Grayscale: #585858. Windows color (decimal): -3856082 or 3025349. OLE color: 3025349.

HSL color Cylindrical-coordinate representation of color #C5292E: hue angle of 358.08º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C5292E is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 41 46 -
CMYK 0 0.79 0.77 0.23
HSL 358.08º 0.66% 0.47% -
HSV(B) 358.08º 0.79% 0.77% -
XYZ 24.31 13.65 3.94 -
YUV 88.21 104.18 205.59 -
System Red Green Blue C M Y K H S L
Decimal 197 41 46 0 0.79 0.77 0.23 358.08 0.66 0.47
Hex C5 29 2E 0 4F 4D 17 166 42 2F
Octal 305 51 56 0 117 115 27 546 102 57
Binary 11000101 101001 101110 0 1001111 1001101 10111 101100110 1000010 101111

Color Harmonies of #C5292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5292E

Black with #C5292E

Text Example


Text Example

White with #C5292E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5292E; }

 p { color: rgb(197,41,46); }

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

background-color css

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

 a { background-color: rgb(197,41,46); }

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

border-color css

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

 span { border-color: rgb(197,41,46); }

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