Html Css Color HEX #C5252A Mahogany

📋 copy color: '#C5252A'

red 197 ◦ green 37 ◦ blue 42

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

Shades of Mahogany #C5252A

Tints of Mahogany #C5252A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.41%

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

R = 71.38%
G = 13.41%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C5252A (or 0xC5252A) is known color: Mahogany. HEX triplet: C5, 25 and 2A. RGB value is (197,37,42). Sum of RGB (Red+Green+Blue) = 197+37+42=276 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.38% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 197 - color contains mainly: red. Hex color #C5252A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5252A is #3ADAD5. Grayscale: #555555. Windows color (decimal): -3857110 or 2762181. OLE color: 2762181.

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

Color convert

RGB 197 37 42 -
CMYK 0 0.81 0.79 0.23
HSL 358.13º 0.68% 0.46% -
HSV(B) 358.13º 0.81% 0.77% -
XYZ 24.11 13.36 3.5 -
YUV 85.41 103.51 207.59 -
System Red Green Blue C M Y K H S L
Decimal 197 37 42 0 0.81 0.79 0.23 358.13 0.68 0.46
Hex C5 25 2A 0 51 4F 17 166 44 2E
Octal 305 45 52 0 121 117 27 546 104 56
Binary 11000101 100101 101010 0 1010001 1001111 10111 101100110 1000100 101110

Color Harmonies of #C5252A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5252A

Black with #C5252A

Text Example


Text Example

White with #C5252A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5252A; }

 p { color: rgb(197,37,42); }

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

background-color css

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

 a { background-color: rgb(197,37,42); }

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

border-color css

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

 span { border-color: rgb(197,37,42); }

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