Html Css Color HEX #C2353A Mahogany

📋 copy color: '#C2353A'

red 194 ◦ green 53 ◦ blue 58

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

Shades of Mahogany #C2353A

Tints of Mahogany #C2353A

RGB

 RED value IS 194 (76.17% from 255) = 63.61%

 GREEN value IS 53 (21.09% from 255) = 17.38%

 BLUE value IS 58 (23.05% from 255) = 19.02%

R = 63.61%
G = 17.38%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2353A (or 0xC2353A) is known color: Mahogany. HEX triplet: C2, 35 and 3A. RGB value is (194,53,58). Sum of RGB (Red+Green+Blue) = 194+53+58=305 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.61% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 194 - color contains mainly: red. Hex color #C2353A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2353A is #3DCAC5. Grayscale: #5F5F5F. Windows color (decimal): -4049606 or 3814850. OLE color: 3814850.

HSL color Cylindrical-coordinate representation of color #C2353A: hue angle of 357.87º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C2353A is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 53 58 -
CMYK 0 0.73 0.70 0.24
HSL 357.87º 0.57% 0.48% -
HSV(B) 357.87º 0.73% 0.76% -
XYZ 24.28 14.32 5.49 -
YUV 95.73 106.71 198.09 -
System Red Green Blue C M Y K H S L
Decimal 194 53 58 0 0.73 0.70 0.24 357.87 0.57 0.48
Hex C2 35 3A 0 49 46 18 166 39 30
Octal 302 65 72 0 111 106 30 546 71 60
Binary 11000010 110101 111010 0 1001001 1000110 11000 101100110 111001 110000

Color Harmonies of #C2353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2353A

Black with #C2353A

Text Example


Text Example

White with #C2353A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2353A; }

 p { color: rgb(194,53,58); }

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

background-color css

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

 a { background-color: rgb(194,53,58); }

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

border-color css

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

 span { border-color: rgb(194,53,58); }

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