Html Css Color HEX #C13F41 Mahogany

📋 copy color: '#C13F41'

red 193 ◦ green 63 ◦ blue 65

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

Shades of Mahogany #C13F41

Tints of Mahogany #C13F41

RGB

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

 GREEN value IS 63 (25% from 255) = 19.63%

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

R = 60.12%
G = 19.63%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C13F41 (or 0xC13F41) is known color: Mahogany. HEX triplet: C1, 3F and 41. RGB value is (193,63,65). Sum of RGB (Red+Green+Blue) = 193+63+65=321 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.12% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13F41 is #3EC0BE. Grayscale: #666666. Windows color (decimal): -4112575 or 4276161. OLE color: 4276161.

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

Color convert

RGB 193 63 65 -
CMYK 0 0.67 0.66 0.24
HSL 359.08º 0.51% 0.5% -
HSV(B) 359.08º 0.67% 0.76% -
XYZ 24.72 15.27 6.65 -
YUV 102.1 107.07 192.84 -
System Red Green Blue C M Y K H S L
Decimal 193 63 65 0 0.67 0.66 0.24 359.08 0.51 0.5
Hex C1 3F 41 0 43 42 18 167 33 32
Octal 301 77 101 0 103 102 30 547 63 62
Binary 11000001 111111 1000001 0 1000011 1000010 11000 101100111 110011 110010

Color Harmonies of #C13F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13F41

Black with #C13F41

Text Example


Text Example

White with #C13F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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