Html Css Color HEX #C23539 Mahogany

📋 copy color: '#C23539'

red 194 ◦ green 53 ◦ blue 57

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

Shades of Mahogany #C23539

Tints of Mahogany #C23539

RGB

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

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

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

R = 63.82%
G = 17.43%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C23539 (or 0xC23539) is known color: Mahogany. HEX triplet: C2, 35 and 39. RGB value is (194,53,57). Sum of RGB (Red+Green+Blue) = 194+53+57=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 57 (22.66% from 255 or 18.75% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C23539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23539 is #3DCAC6. Grayscale: #5F5F5F. Windows color (decimal): -4049607 or 3749314. OLE color: 3749314.

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

Color convert

RGB 194 53 57 -
CMYK 0 0.73 0.71 0.24
HSL 358.3º 0.57% 0.48% -
HSV(B) 358.3º 0.73% 0.76% -
XYZ 24.26 14.31 5.35 -
YUV 95.62 106.21 198.17 -
System Red Green Blue C M Y K H S L
Decimal 194 53 57 0 0.73 0.71 0.24 358.3 0.57 0.48
Hex C2 35 39 0 49 47 18 166 39 30
Octal 302 65 71 0 111 107 30 546 71 60
Binary 11000010 110101 111001 0 1001001 1000111 11000 101100110 111001 110000

Color Harmonies of #C23539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23539

Black with #C23539

Text Example


Text Example

White with #C23539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23539; }

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

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

background-color css

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

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

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

border-color css

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

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

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