Html Css Color HEX #C32E2F Mahogany

📋 copy color: '#C32E2F'

red 195 ◦ green 46 ◦ blue 47

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

Shades of Mahogany #C32E2F

Tints of Mahogany #C32E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.32%

R = 67.71%
G = 15.97%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C32E2F (or 0xC32E2F) is known color: Mahogany. HEX triplet: C3, 2E and 2F. RGB value is (195,46,47). Sum of RGB (Red+Green+Blue) = 195+46+47=288 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.71% from 288); Green value is 46 (18.36% from 255 or 15.97% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32E2F is #3CD1D0. Grayscale: #5A5A5A. Windows color (decimal): -3985873 or 3092163. OLE color: 3092163.

HSL color Cylindrical-coordinate representation of color #C32E2F: hue angle of 359.6º 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 #C32E2F is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 46 47 -
CMYK 0 0.76 0.76 0.24
HSL 359.6º 0.62% 0.47% -
HSV(B) 359.6º 0.76% 0.76% -
XYZ 24 13.76 4.08 -
YUV 90.67 103.36 202.42 -
System Red Green Blue C M Y K H S L
Decimal 195 46 47 0 0.76 0.76 0.24 359.6 0.62 0.47
Hex C3 2E 2F 0 4C 4C 18 168 3E 2F
Octal 303 56 57 0 114 114 30 550 76 57
Binary 11000011 101110 101111 0 1001100 1001100 11000 101101000 111110 101111

Color Harmonies of #C32E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32E2F

Black with #C32E2F

Text Example


Text Example

White with #C32E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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