Html Css Color HEX #C13135 Mahogany

📋 copy color: '#C13135'

red 193 ◦ green 49 ◦ blue 53

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

Shades of Mahogany #C13135

Tints of Mahogany #C13135

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.61%

 BLUE value IS 53 (21.09% from 255) = 17.97%

R = 65.42%
G = 16.61%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C13135 (or 0xC13135) is known color: Mahogany. HEX triplet: C1, 31 and 35. RGB value is (193,49,53). Sum of RGB (Red+Green+Blue) = 193+49+53=295 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.42% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 193 - color contains mainly: red. Hex color #C13135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13135 is #3ECECA. Grayscale: #5C5C5C. Windows color (decimal): -4116171 or 3486145. OLE color: 3486145.

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

Color convert

RGB 193 49 53 -
CMYK 0 0.75 0.73 0.24
HSL 358.33º 0.6% 0.47% -
HSV(B) 358.33º 0.75% 0.76% -
XYZ 23.73 13.79 4.78 -
YUV 92.51 105.71 199.67 -
System Red Green Blue C M Y K H S L
Decimal 193 49 53 0 0.75 0.73 0.24 358.33 0.6 0.47
Hex C1 31 35 0 4B 49 18 166 3C 2F
Octal 301 61 65 0 113 111 30 546 74 57
Binary 11000001 110001 110101 0 1001011 1001001 11000 101100110 111100 101111

Color Harmonies of #C13135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13135

Black with #C13135

Text Example


Text Example

White with #C13135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13135; }

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

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

background-color css

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

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

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

border-color css

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

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

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