Html Css Color HEX #C13D3F Mahogany

📋 copy color: '#C13D3F'

red 193 ◦ green 61 ◦ blue 63

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

Shades of Mahogany #C13D3F

Tints of Mahogany #C13D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.87%

R = 60.88%
G = 19.24%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C13D3F (or 0xC13D3F) is known color: Mahogany. HEX triplet: C1, 3D and 3F. RGB value is (193,61,63). Sum of RGB (Red+Green+Blue) = 193+61+63=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13D3F is #3EC2C0. Grayscale: #646464. Windows color (decimal): -4113089 or 4144577. OLE color: 4144577.

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

Color convert

RGB 193 61 63 -
CMYK 0 0.68 0.67 0.24
HSL 359.09º 0.52% 0.5% -
HSV(B) 359.09º 0.68% 0.76% -
XYZ 24.56 15.03 6.31 -
YUV 100.7 106.73 193.84 -
System Red Green Blue C M Y K H S L
Decimal 193 61 63 0 0.68 0.67 0.24 359.09 0.52 0.5
Hex C1 3D 3F 0 44 43 18 167 34 32
Octal 301 75 77 0 104 103 30 547 64 62
Binary 11000001 111101 111111 0 1000100 1000011 11000 101100111 110100 110010

Color Harmonies of #C13D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13D3F

Black with #C13D3F

Text Example


Text Example

White with #C13D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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