Html Css Color HEX #C23738 Mahogany

📋 copy color: '#C23738'

red 194 ◦ green 55 ◦ blue 56

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

Shades of Mahogany #C23738

Tints of Mahogany #C23738

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.03%

 BLUE value IS 56 (22.27% from 255) = 18.36%

R = 63.61%
G = 18.03%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C23738 (or 0xC23738) is known color: Mahogany. HEX triplet: C2, 37 and 38. RGB value is (194,55,56). Sum of RGB (Red+Green+Blue) = 194+55+56=305 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.61% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 194 - color contains mainly: red. Hex color #C23738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23738 is #3DC8C7. Grayscale: #606060. Windows color (decimal): -4049096 or 3684290. OLE color: 3684290.

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

Color convert

RGB 194 55 56 -
CMYK 0 0.72 0.71 0.24
HSL 359.57º 0.56% 0.49% -
HSV(B) 359.57º 0.72% 0.76% -
XYZ 24.33 14.49 5.26 -
YUV 96.68 105.05 197.42 -
System Red Green Blue C M Y K H S L
Decimal 194 55 56 0 0.72 0.71 0.24 359.57 0.56 0.49
Hex C2 37 38 0 48 47 18 168 38 31
Octal 302 67 70 0 110 107 30 550 70 61
Binary 11000010 110111 111000 0 1001000 1000111 11000 101101000 111000 110001

Color Harmonies of #C23738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23738

Black with #C23738

Text Example


Text Example

White with #C23738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23738; }

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

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

background-color css

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

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

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

border-color css

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

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

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