Html Css Color HEX #C13C3F Mahogany

📋 copy color: '#C13C3F'

red 193 ◦ green 60 ◦ blue 63

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

Shades of Mahogany #C13C3F

Tints of Mahogany #C13C3F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.99%

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

R = 61.08%
G = 18.99%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C13C3F (or 0xC13C3F) is known color: Mahogany. HEX triplet: C1, 3C and 3F. RGB value is (193,60,63). Sum of RGB (Red+Green+Blue) = 193+60+63=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C13C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13C3F is #3EC3C0. Grayscale: #646464. Windows color (decimal): -4113345 or 4144321. OLE color: 4144321.

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

Color convert

RGB 193 60 63 -
CMYK 0 0.69 0.67 0.24
HSL 358.65º 0.53% 0.5% -
HSV(B) 358.65º 0.69% 0.76% -
XYZ 24.51 14.93 6.29 -
YUV 100.11 107.06 194.26 -
System Red Green Blue C M Y K H S L
Decimal 193 60 63 0 0.69 0.67 0.24 358.65 0.53 0.5
Hex C1 3C 3F 0 45 43 18 167 35 32
Octal 301 74 77 0 105 103 30 547 65 62
Binary 11000001 111100 111111 0 1000101 1000011 11000 101100111 110101 110010

Color Harmonies of #C13C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13C3F

Black with #C13C3F

Text Example


Text Example

White with #C13C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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