Html Css Color HEX #C13239 Mahogany

📋 copy color: '#C13239'

red 193 ◦ green 50 ◦ blue 57

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

Shades of Mahogany #C13239

Tints of Mahogany #C13239

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.67%

 BLUE value IS 57 (22.66% from 255) = 19%

R = 64.33%
G = 16.67%
B = 19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C13239 (or 0xC13239) is known color: Mahogany. HEX triplet: C1, 32 and 39. RGB value is (193,50,57). Sum of RGB (Red+Green+Blue) = 193+50+57=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C13239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13239 is #3ECDC6. Grayscale: #5D5D5D. Windows color (decimal): -4115911 or 3748545. OLE color: 3748545.

HSL color Cylindrical-coordinate representation of color #C13239: hue angle of 357.06º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C13239 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 50 57 -
CMYK 0 0.74 0.70 0.24
HSL 357.06º 0.59% 0.48% -
HSV(B) 357.06º 0.74% 0.76% -
XYZ 23.87 13.91 5.3 -
YUV 93.56 107.38 198.93 -
System Red Green Blue C M Y K H S L
Decimal 193 50 57 0 0.74 0.70 0.24 357.06 0.59 0.48
Hex C1 32 39 0 4A 46 18 165 3B 30
Octal 301 62 71 0 112 106 30 545 73 60
Binary 11000001 110010 111001 0 1001010 1000110 11000 101100101 111011 110000

Color Harmonies of #C13239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13239

Black with #C13239

Text Example


Text Example

White with #C13239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13239; }

 p { color: rgb(193,50,57); }

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

background-color css

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

 a { background-color: rgb(193,50,57); }

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

border-color css

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

 span { border-color: rgb(193,50,57); }

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