Html Css Color HEX #C23031 Mahogany

📋 copy color: '#C23031'

red 194 ◦ green 48 ◦ blue 49

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

Shades of Mahogany #C23031

Tints of Mahogany #C23031

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.49%

 BLUE value IS 49 (19.53% from 255) = 16.84%

R = 66.67%
G = 16.49%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C23031 (or 0xC23031) is known color: Mahogany. HEX triplet: C2, 30 and 31. RGB value is (194,48,49). Sum of RGB (Red+Green+Blue) = 194+48+49=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 49 (19.53% from 255 or 16.84% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C23031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23031 is #3DCFCE. Grayscale: #5B5B5B. Windows color (decimal): -4050895 or 3223746. OLE color: 3223746.

HSL color Cylindrical-coordinate representation of color #C23031: hue angle of 359.59º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23031 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 48 49 -
CMYK 0 0.75 0.75 0.24
HSL 359.59º 0.6% 0.47% -
HSV(B) 359.59º 0.75% 0.76% -
XYZ 23.86 13.8 4.31 -
YUV 91.77 103.87 200.92 -
System Red Green Blue C M Y K H S L
Decimal 194 48 49 0 0.75 0.75 0.24 359.59 0.6 0.47
Hex C2 30 31 0 4B 4B 18 168 3C 2F
Octal 302 60 61 0 113 113 30 550 74 57
Binary 11000010 110000 110001 0 1001011 1001011 11000 101101000 111100 101111

Color Harmonies of #C23031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23031

Black with #C23031

Text Example


Text Example

White with #C23031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23031; }

 p { color: rgb(194,48,49); }

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

background-color css

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

 a { background-color: rgb(194,48,49); }

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

border-color css

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

 span { border-color: rgb(194,48,49); }

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