Html Css Color HEX #C32F35 Mahogany

📋 copy color: '#C32F35'

red 195 ◦ green 47 ◦ blue 53

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

Shades of Mahogany #C32F35

Tints of Mahogany #C32F35

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.93%

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

R = 66.1%
G = 15.93%
B = 17.97%

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

#C32F35 (or 0xC32F35) is known color: Mahogany. HEX triplet: C3, 2F and 35. RGB value is (195,47,53). Sum of RGB (Red+Green+Blue) = 195+47+53=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C32F35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32F35 is #3CD0CA. Grayscale: #5C5C5C. Windows color (decimal): -3985611 or 3485635. OLE color: 3485635.

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

Color convert

RGB 195 47 53 -
CMYK 0 0.76 0.73 0.24
HSL 357.57º 0.61% 0.47% -
HSV(B) 357.57º 0.76% 0.76% -
XYZ 24.16 13.89 4.78 -
YUV 91.94 106.03 201.51 -
System Red Green Blue C M Y K H S L
Decimal 195 47 53 0 0.76 0.73 0.24 357.57 0.61 0.47
Hex C3 2F 35 0 4C 49 18 166 3D 2F
Octal 303 57 65 0 114 111 30 546 75 57
Binary 11000011 101111 110101 0 1001100 1001001 11000 101100110 111101 101111

Color Harmonies of #C32F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32F35

Black with #C32F35

Text Example


Text Example

White with #C32F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32F35; }

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

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

background-color css

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

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

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

border-color css

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

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

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