Html Css Color HEX #C23234 Mahogany

📋 copy color: '#C23234'

red 194 ◦ green 50 ◦ blue 52

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

Shades of Mahogany #C23234

Tints of Mahogany #C23234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.57%

R = 65.54%
G = 16.89%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C23234 (or 0xC23234) is known color: Mahogany. HEX triplet: C2, 32 and 34. RGB value is (194,50,52). Sum of RGB (Red+Green+Blue) = 194+50+52=296 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.54% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 194 - color contains mainly: red. Hex color #C23234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23234 is #3DCDCB. Grayscale: #5D5D5D. Windows color (decimal): -4050380 or 3420866. OLE color: 3420866.

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

Color convert

RGB 194 50 52 -
CMYK 0 0.74 0.73 0.24
HSL 359.17º 0.59% 0.48% -
HSV(B) 359.17º 0.74% 0.76% -
XYZ 24.01 14 4.69 -
YUV 93.28 104.71 199.84 -
System Red Green Blue C M Y K H S L
Decimal 194 50 52 0 0.74 0.73 0.24 359.17 0.59 0.48
Hex C2 32 34 0 4A 49 18 167 3B 30
Octal 302 62 64 0 112 111 30 547 73 60
Binary 11000010 110010 110100 0 1001010 1001001 11000 101100111 111011 110000

Color Harmonies of #C23234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23234

Black with #C23234

Text Example


Text Example

White with #C23234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23234; }

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

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

background-color css

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

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

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

border-color css

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

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

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