Html Css Color HEX #C2353B Mahogany

📋 copy color: '#C2353B'

red 194 ◦ green 53 ◦ blue 59

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

Shades of Mahogany #C2353B

Tints of Mahogany #C2353B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.28%

R = 63.4%
G = 17.32%
B = 19.28%

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

#C2353B (or 0xC2353B) is known color: Mahogany. HEX triplet: C2, 35 and 3B. RGB value is (194,53,59). Sum of RGB (Red+Green+Blue) = 194+53+59=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C2353B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2353B is #3DCAC4. Grayscale: #5F5F5F. Windows color (decimal): -4049605 or 3880386. OLE color: 3880386.

HSL color Cylindrical-coordinate representation of color #C2353B: hue angle of 357.45º 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 #C2353B is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 53 59 -
CMYK 0 0.73 0.70 0.24
HSL 357.45º 0.57% 0.48% -
HSV(B) 357.45º 0.73% 0.76% -
XYZ 24.31 14.33 5.62 -
YUV 95.84 107.21 198.01 -
System Red Green Blue C M Y K H S L
Decimal 194 53 59 0 0.73 0.70 0.24 357.45 0.57 0.48
Hex C2 35 3B 0 49 46 18 165 39 30
Octal 302 65 73 0 111 106 30 545 71 60
Binary 11000010 110101 111011 0 1001001 1000110 11000 101100101 111001 110000

Color Harmonies of #C2353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2353B

Black with #C2353B

Text Example


Text Example

White with #C2353B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2353B; }

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

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

background-color css

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

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

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

border-color css

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

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

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