Html Css Color HEX #C32E35 Mahogany

📋 copy color: '#C32E35'

red 195 ◦ green 46 ◦ blue 53

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

Shades of Mahogany #C32E35

Tints of Mahogany #C32E35

RGB

 RED value IS 195 (76.56% from 255) = 66.33%

 GREEN value IS 46 (18.36% from 255) = 15.65%

 BLUE value IS 53 (21.09% from 255) = 18.03%

R = 66.33%
G = 15.65%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C32E35 (or 0xC32E35) is known color: Mahogany. HEX triplet: C3, 2E and 35. RGB value is (195,46,53). Sum of RGB (Red+Green+Blue) = 195+46+53=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 46 (18.36% from 255 or 15.65% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32E35 is #3CD1CA. Grayscale: #5B5B5B. Windows color (decimal): -3985867 or 3485379. OLE color: 3485379.

HSL color Cylindrical-coordinate representation of color #C32E35: hue angle of 357.18º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C32E35 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 46 53 -
CMYK 0 0.76 0.73 0.24
HSL 357.18º 0.62% 0.47% -
HSV(B) 357.18º 0.76% 0.76% -
XYZ 24.13 13.81 4.76 -
YUV 91.35 106.36 201.93 -
System Red Green Blue C M Y K H S L
Decimal 195 46 53 0 0.76 0.73 0.24 357.18 0.62 0.47
Hex C3 2E 35 0 4C 49 18 165 3E 2F
Octal 303 56 65 0 114 111 30 545 76 57
Binary 11000011 101110 110101 0 1001100 1001001 11000 101100101 111110 101111

Color Harmonies of #C32E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32E35

Black with #C32E35

Text Example


Text Example

White with #C32E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32E35; }

 p { color: rgb(195,46,53); }

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

background-color css

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

 a { background-color: rgb(195,46,53); }

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

border-color css

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

 span { border-color: rgb(195,46,53); }

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