Html Css Color HEX #C23839 Mahogany

📋 copy color: '#C23839'

red 194 ◦ green 56 ◦ blue 57

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

Shades of Mahogany #C23839

Tints of Mahogany #C23839

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.24%

 BLUE value IS 57 (22.66% from 255) = 18.57%

R = 63.19%
G = 18.24%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C23839 (or 0xC23839) is known color: Mahogany. HEX triplet: C2, 38 and 39. RGB value is (194,56,57). Sum of RGB (Red+Green+Blue) = 194+56+57=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 57 (22.66% from 255 or 18.57% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C23839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23839 is #3DC7C6. Grayscale: #616161. Windows color (decimal): -4048839 or 3750082. OLE color: 3750082.

HSL color Cylindrical-coordinate representation of color #C23839: hue angle of 359.57º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C23839 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 56 57 -
CMYK 0 0.71 0.71 0.24
HSL 359.57º 0.55% 0.49% -
HSV(B) 359.57º 0.71% 0.76% -
XYZ 24.4 14.59 5.4 -
YUV 97.38 105.22 196.92 -
System Red Green Blue C M Y K H S L
Decimal 194 56 57 0 0.71 0.71 0.24 359.57 0.55 0.49
Hex C2 38 39 0 47 47 18 168 37 31
Octal 302 70 71 0 107 107 30 550 67 61
Binary 11000010 111000 111001 0 1000111 1000111 11000 101101000 110111 110001

Color Harmonies of #C23839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23839

Black with #C23839

Text Example


Text Example

White with #C23839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23839; }

 p { color: rgb(194,56,57); }

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

background-color css

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

 a { background-color: rgb(194,56,57); }

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

border-color css

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

 span { border-color: rgb(194,56,57); }

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