Html Css Color HEX #C93135 Mahogany

📋 copy color: '#C93135'

red 201 ◦ green 49 ◦ blue 53

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

Shades of Mahogany #C93135

Tints of Mahogany #C93135

RGB

 RED value IS 201 (78.91% from 255) = 66.34%

 GREEN value IS 49 (19.53% from 255) = 16.17%

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

R = 66.34%
G = 16.17%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C93135 (or 0xC93135) is known color: Mahogany. HEX triplet: C9, 31 and 35. RGB value is (201,49,53). Sum of RGB (Red+Green+Blue) = 201+49+53=303 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.34% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 201 - color contains mainly: red. Hex color #C93135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93135 is #36CECA. Grayscale: #5F5F5F. Windows color (decimal): -3591883 or 3486153. OLE color: 3486153.

HSL color Cylindrical-coordinate representation of color #C93135: hue angle of 358.42º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C93135 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 49 53 -
CMYK 0 0.76 0.74 0.21
HSL 358.42º 0.61% 0.49% -
HSV(B) 358.42º 0.76% 0.79% -
XYZ 25.83 14.87 4.88 -
YUV 94.9 104.36 203.67 -
System Red Green Blue C M Y K H S L
Decimal 201 49 53 0 0.76 0.74 0.21 358.42 0.61 0.49
Hex C9 31 35 0 4C 4A 15 166 3D 31
Octal 311 61 65 0 114 112 25 546 75 61
Binary 11001001 110001 110101 0 1001100 1001010 10101 101100110 111101 110001

Color Harmonies of #C93135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93135

Black with #C93135

Text Example


Text Example

White with #C93135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93135; }

 p { color: rgb(201,49,53); }

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

background-color css

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

 a { background-color: rgb(201,49,53); }

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

border-color css

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

 span { border-color: rgb(201,49,53); }

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