Html Css Color HEX #C23239 Mahogany

📋 copy color: '#C23239'

red 194 ◦ green 50 ◦ blue 57

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

Shades of Mahogany #C23239

Tints of Mahogany #C23239

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.61%

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

R = 64.45%
G = 16.61%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C23239 (or 0xC23239) is known color: Mahogany. HEX triplet: C2, 32 and 39. RGB value is (194,50,57). Sum of RGB (Red+Green+Blue) = 194+50+57=301 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.45% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 57 (22.66% from 255 or 18.94% from 301); Max value from RGB is 194 - color contains mainly: red. Hex color #C23239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23239 is #3DCDC6. Grayscale: #5D5D5D. Windows color (decimal): -4050375 or 3748546. OLE color: 3748546.

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

Color convert

RGB 194 50 57 -
CMYK 0 0.74 0.71 0.24
HSL 357.08º 0.59% 0.48% -
HSV(B) 357.08º 0.74% 0.76% -
XYZ 24.13 14.05 5.31 -
YUV 93.85 107.21 199.43 -
System Red Green Blue C M Y K H S L
Decimal 194 50 57 0 0.74 0.71 0.24 357.08 0.59 0.48
Hex C2 32 39 0 4A 47 18 165 3B 30
Octal 302 62 71 0 112 107 30 545 73 60
Binary 11000010 110010 111001 0 1001010 1000111 11000 101100101 111011 110000

Color Harmonies of #C23239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23239

Black with #C23239

Text Example


Text Example

White with #C23239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23239; }

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

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

background-color css

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

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

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

border-color css

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

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

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