Html Css Color HEX #C23537 Mahogany

📋 copy color: '#C23537'

red 194 ◦ green 53 ◦ blue 55

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

Shades of Mahogany #C23537

Tints of Mahogany #C23537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.21%

R = 64.24%
G = 17.55%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C23537 (or 0xC23537) is known color: Mahogany. HEX triplet: C2, 35 and 37. RGB value is (194,53,55). Sum of RGB (Red+Green+Blue) = 194+53+55=302 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.24% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 55 (21.88% from 255 or 18.21% from 302); Max value from RGB is 194 - color contains mainly: red. Hex color #C23537 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23537 is #3DCAC8. Grayscale: #5F5F5F. Windows color (decimal): -4049609 or 3618242. OLE color: 3618242.

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

Color convert

RGB 194 53 55 -
CMYK 0 0.73 0.72 0.24
HSL 359.15º 0.57% 0.48% -
HSV(B) 359.15º 0.73% 0.76% -
XYZ 24.21 14.29 5.1 -
YUV 95.39 105.21 198.34 -
System Red Green Blue C M Y K H S L
Decimal 194 53 55 0 0.73 0.72 0.24 359.15 0.57 0.48
Hex C2 35 37 0 49 48 18 167 39 30
Octal 302 65 67 0 111 110 30 547 71 60
Binary 11000010 110101 110111 0 1001001 1001000 11000 101100111 111001 110000

Color Harmonies of #C23537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23537

Black with #C23537

Text Example


Text Example

White with #C23537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23537; }

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

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

background-color css

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

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

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

border-color css

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

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

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