Html Css Color HEX #C5292D Mahogany

📋 copy color: '#C5292D'

red 197 ◦ green 41 ◦ blue 45

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

Shades of Mahogany #C5292D

Tints of Mahogany #C5292D

RGB

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

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

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

R = 69.61%
G = 14.49%
B = 15.9%

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

#C5292D (or 0xC5292D) is known color: Mahogany. HEX triplet: C5, 29 and 2D. RGB value is (197,41,45). Sum of RGB (Red+Green+Blue) = 197+41+45=283 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.61% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 197 - color contains mainly: red. Hex color #C5292D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5292D is #3AD6D2. Grayscale: #585858. Windows color (decimal): -3856083 or 2959813. OLE color: 2959813.

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

Color convert

RGB 197 41 45 -
CMYK 0 0.79 0.77 0.23
HSL 358.46º 0.66% 0.47% -
HSV(B) 358.46º 0.79% 0.77% -
XYZ 24.29 13.65 3.84 -
YUV 88.1 103.68 205.67 -
System Red Green Blue C M Y K H S L
Decimal 197 41 45 0 0.79 0.77 0.23 358.46 0.66 0.47
Hex C5 29 2D 0 4F 4D 17 166 42 2F
Octal 305 51 55 0 117 115 27 546 102 57
Binary 11000101 101001 101101 0 1001111 1001101 10111 101100110 1000010 101111

Color Harmonies of #C5292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5292D

Black with #C5292D

Text Example


Text Example

White with #C5292D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5292D; }

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

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

background-color css

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

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

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

border-color css

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

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

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