Html Css Color HEX #C23136 Mahogany

📋 copy color: '#C23136'

red 194 ◦ green 49 ◦ blue 54

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

Shades of Mahogany #C23136

Tints of Mahogany #C23136

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.5%

 BLUE value IS 54 (21.48% from 255) = 18.18%

R = 65.32%
G = 16.5%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C23136 (or 0xC23136) is known color: Mahogany. HEX triplet: C2, 31 and 36. RGB value is (194,49,54). Sum of RGB (Red+Green+Blue) = 194+49+54=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C23136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23136 is #3DCEC9. Grayscale: #5D5D5D. Windows color (decimal): -4050634 or 3551682. OLE color: 3551682.

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

Color convert

RGB 194 49 54 -
CMYK 0 0.75 0.72 0.24
HSL 357.93º 0.6% 0.48% -
HSV(B) 357.93º 0.75% 0.76% -
XYZ 24.01 13.93 4.91 -
YUV 92.93 106.04 200.09 -
System Red Green Blue C M Y K H S L
Decimal 194 49 54 0 0.75 0.72 0.24 357.93 0.6 0.48
Hex C2 31 36 0 4B 48 18 166 3C 30
Octal 302 61 66 0 113 110 30 546 74 60
Binary 11000010 110001 110110 0 1001011 1001000 11000 101100110 111100 110000

Color Harmonies of #C23136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23136

Black with #C23136

Text Example


Text Example

White with #C23136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23136; }

 p { color: rgb(194,49,54); }

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

background-color css

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

 a { background-color: rgb(194,49,54); }

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

border-color css

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

 span { border-color: rgb(194,49,54); }

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