Html Css Color HEX #C13031 Mahogany

📋 copy color: '#C13031'

red 193 ◦ green 48 ◦ blue 49

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

Shades of Mahogany #C13031

Tints of Mahogany #C13031

RGB

 RED value IS 193 (75.78% from 255) = 66.55%

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

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

R = 66.55%
G = 16.55%
B = 16.9%

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

#C13031 (or 0xC13031) is known color: Mahogany. HEX triplet: C1, 30 and 31. RGB value is (193,48,49). Sum of RGB (Red+Green+Blue) = 193+48+49=290 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.55% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 49 (19.53% from 255 or 16.90% from 290); Max value from RGB is 193 - color contains mainly: red. Hex color #C13031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13031 is #3ECFCE. Grayscale: #5B5B5B. Windows color (decimal): -4116431 or 3223745. OLE color: 3223745.

HSL color Cylindrical-coordinate representation of color #C13031: 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 #C13031 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 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.6 13.67 4.3 -
YUV 91.47 104.04 200.42 -
System Red Green Blue C M Y K H S L
Decimal 193 48 49 0 0.75 0.75 0.24 359.59 0.6 0.47
Hex C1 30 31 0 4B 4B 18 168 3C 2F
Octal 301 60 61 0 113 113 30 550 74 57
Binary 11000001 110000 110001 0 1001011 1001011 11000 101101000 111100 101111

Color Harmonies of #C13031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13031

Black with #C13031

Text Example


Text Example

White with #C13031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13031; }

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

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

background-color css

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

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

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

border-color css

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

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

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