Html Css Color HEX #C13334 Mahogany

📋 copy color: '#C13334'

red 193 ◦ green 51 ◦ blue 52

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

Shades of Mahogany #C13334

Tints of Mahogany #C13334

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.23%

 BLUE value IS 52 (20.7% from 255) = 17.57%

R = 65.2%
G = 17.23%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C13334 (or 0xC13334) is known color: Mahogany. HEX triplet: C1, 33 and 34. RGB value is (193,51,52). Sum of RGB (Red+Green+Blue) = 193+51+52=296 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.20% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 193 - color contains mainly: red. Hex color #C13334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13334 is #3ECCCB. Grayscale: #5D5D5D. Windows color (decimal): -4115660 or 3421121. OLE color: 3421121.

HSL color Cylindrical-coordinate representation of color #C13334: hue angle of 359.58º degrees, saturation: 0.58, 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 #C13334 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 51 52 -
CMYK 0 0.74 0.73 0.24
HSL 359.58º 0.58% 0.48% -
HSV(B) 359.58º 0.74% 0.76% -
XYZ 23.8 13.95 4.69 -
YUV 93.57 104.54 198.92 -
System Red Green Blue C M Y K H S L
Decimal 193 51 52 0 0.74 0.73 0.24 359.58 0.58 0.48
Hex C1 33 34 0 4A 49 18 168 3A 30
Octal 301 63 64 0 112 111 30 550 72 60
Binary 11000001 110011 110100 0 1001010 1001001 11000 101101000 111010 110000

Color Harmonies of #C13334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13334

Black with #C13334

Text Example


Text Example

White with #C13334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13334; }

 p { color: rgb(193,51,52); }

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

background-color css

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

 a { background-color: rgb(193,51,52); }

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

border-color css

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

 span { border-color: rgb(193,51,52); }

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