Html Css Color HEX #C23238 Mahogany

📋 copy color: '#C23238'

red 194 ◦ green 50 ◦ blue 56

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

Shades of Mahogany #C23238

Tints of Mahogany #C23238

RGB

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

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

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

R = 64.67%
G = 16.67%
B = 18.67%

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

#C23238 (or 0xC23238) is known color: Mahogany. HEX triplet: C2, 32 and 38. RGB value is (194,50,56). Sum of RGB (Red+Green+Blue) = 194+50+56=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C23238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23238 is #3DCDC7. Grayscale: #5D5D5D. Windows color (decimal): -4050376 or 3683010. OLE color: 3683010.

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

Color convert

RGB 194 50 56 -
CMYK 0 0.74 0.71 0.24
HSL 357.5º 0.59% 0.48% -
HSV(B) 357.5º 0.74% 0.76% -
XYZ 24.1 14.04 5.18 -
YUV 93.74 106.71 199.51 -
System Red Green Blue C M Y K H S L
Decimal 194 50 56 0 0.74 0.71 0.24 357.5 0.59 0.48
Hex C2 32 38 0 4A 47 18 166 3B 30
Octal 302 62 70 0 112 107 30 546 73 60
Binary 11000010 110010 111000 0 1001010 1000111 11000 101100110 111011 110000

Color Harmonies of #C23238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23238

Black with #C23238

Text Example


Text Example

White with #C23238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23238; }

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

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

background-color css

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

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

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

border-color css

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

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

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