Html Css Color HEX #C23A3F Mahogany

📋 copy color: '#C23A3F'

red 194 ◦ green 58 ◦ blue 63

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

Shades of Mahogany #C23A3F

Tints of Mahogany #C23A3F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.41%

 BLUE value IS 63 (25% from 255) = 20%

R = 61.59%
G = 18.41%
B = 20%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C23A3F (or 0xC23A3F) is known color: Mahogany. HEX triplet: C2, 3A and 3F. RGB value is (194,58,63). Sum of RGB (Red+Green+Blue) = 194+58+63=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23A3F is #3DC5C0. Grayscale: #636363. Windows color (decimal): -4048321 or 4143810. OLE color: 4143810.

HSL color Cylindrical-coordinate representation of color #C23A3F: hue angle of 357.79º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23A3F is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 58 63 -
CMYK 0 0.70 0.68 0.24
HSL 357.79º 0.54% 0.49% -
HSV(B) 357.79º 0.7% 0.76% -
XYZ 24.66 14.85 6.27 -
YUV 99.23 107.56 195.59 -
System Red Green Blue C M Y K H S L
Decimal 194 58 63 0 0.70 0.68 0.24 357.79 0.54 0.49
Hex C2 3A 3F 0 46 44 18 166 36 31
Octal 302 72 77 0 106 104 30 546 66 61
Binary 11000010 111010 111111 0 1000110 1000100 11000 101100110 110110 110001

Color Harmonies of #C23A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23A3F

Black with #C23A3F

Text Example


Text Example

White with #C23A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23A3F; }

 p { color: rgb(194,58,63); }

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

background-color css

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

 a { background-color: rgb(194,58,63); }

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

border-color css

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

 span { border-color: rgb(194,58,63); }

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