Html Css Color HEX #C13E42 Mahogany

📋 copy color: '#C13E42'

red 193 ◦ green 62 ◦ blue 66

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

Shades of Mahogany #C13E42

Tints of Mahogany #C13E42

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.31%

 BLUE value IS 66 (26.17% from 255) = 20.56%

R = 60.12%
G = 19.31%
B = 20.56%

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

#C13E42 (or 0xC13E42) is known color: Mahogany. HEX triplet: C1, 3E and 42. RGB value is (193,62,66). Sum of RGB (Red+Green+Blue) = 193+62+66=321 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.12% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13E42 is #3EC1BD. Grayscale: #656565. Windows color (decimal): -4112830 or 4341441. OLE color: 4341441.

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

Color convert

RGB 193 62 66 -
CMYK 0 0.68 0.66 0.24
HSL 358.17º 0.51% 0.5% -
HSV(B) 358.17º 0.68% 0.76% -
XYZ 24.7 15.18 6.78 -
YUV 101.63 107.9 193.17 -
System Red Green Blue C M Y K H S L
Decimal 193 62 66 0 0.68 0.66 0.24 358.17 0.51 0.5
Hex C1 3E 42 0 44 42 18 166 33 32
Octal 301 76 102 0 104 102 30 546 63 62
Binary 11000001 111110 1000010 0 1000100 1000010 11000 101100110 110011 110010

Color Harmonies of #C13E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13E42

Black with #C13E42

Text Example


Text Example

White with #C13E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13E42; }

 p { color: rgb(193,62,66); }

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

background-color css

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

 a { background-color: rgb(193,62,66); }

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

border-color css

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

 span { border-color: rgb(193,62,66); }

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