Html Css Color HEX #C13D41 Mahogany

📋 copy color: '#C13D41'

red 193 ◦ green 61 ◦ blue 65

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

Shades of Mahogany #C13D41

Tints of Mahogany #C13D41

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.12%

 BLUE value IS 65 (25.78% from 255) = 20.38%

R = 60.5%
G = 19.12%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C13D41 (or 0xC13D41) is known color: Mahogany. HEX triplet: C1, 3D and 41. RGB value is (193,61,65). Sum of RGB (Red+Green+Blue) = 193+61+65=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13D41 is #3EC2BE. Grayscale: #656565. Windows color (decimal): -4113087 or 4275649. OLE color: 4275649.

HSL color Cylindrical-coordinate representation of color #C13D41: hue angle of 358.18º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C13D41 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 61 65 -
CMYK 0 0.68 0.66 0.24
HSL 358.18º 0.52% 0.5% -
HSV(B) 358.18º 0.68% 0.76% -
XYZ 24.62 15.06 6.61 -
YUV 100.92 107.73 193.67 -
System Red Green Blue C M Y K H S L
Decimal 193 61 65 0 0.68 0.66 0.24 358.18 0.52 0.5
Hex C1 3D 41 0 44 42 18 166 34 32
Octal 301 75 101 0 104 102 30 546 64 62
Binary 11000001 111101 1000001 0 1000100 1000010 11000 101100110 110100 110010

Color Harmonies of #C13D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13D41

Black with #C13D41

Text Example


Text Example

White with #C13D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13D41; }

 p { color: rgb(193,61,65); }

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

background-color css

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

 a { background-color: rgb(193,61,65); }

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

border-color css

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

 span { border-color: rgb(193,61,65); }

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