Html Css Color HEX #C92935 Mahogany

📋 copy color: '#C92935'

red 201 ◦ green 41 ◦ blue 53

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

Shades of Mahogany #C92935

Tints of Mahogany #C92935

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.9%

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

R = 68.14%
G = 13.9%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C92935 (or 0xC92935) is known color: Mahogany. HEX triplet: C9, 29 and 35. RGB value is (201,41,53). Sum of RGB (Red+Green+Blue) = 201+41+53=295 (39% of max value = 765). Red value is 201 (78.91% from 255 or 68.14% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 201 - color contains mainly: red. Hex color #C92935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92935 is #36D6CA. Grayscale: #5A5A5A. Windows color (decimal): -3593931 or 3484105. OLE color: 3484105.

HSL color Cylindrical-coordinate representation of color #C92935: hue angle of 355.5º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C92935 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 41 53 -
CMYK 0 0.80 0.74 0.21
HSL 355.5º 0.66% 0.47% -
HSV(B) 355.5º 0.8% 0.79% -
XYZ 25.52 14.26 4.78 -
YUV 90.21 107.01 207.02 -
System Red Green Blue C M Y K H S L
Decimal 201 41 53 0 0.80 0.74 0.21 355.5 0.66 0.47
Hex C9 29 35 0 50 4A 15 164 42 2F
Octal 311 51 65 0 120 112 25 544 102 57
Binary 11001001 101001 110101 0 1010000 1001010 10101 101100100 1000010 101111

Color Harmonies of #C92935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92935

Black with #C92935

Text Example


Text Example

White with #C92935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92935; }

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

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

background-color css

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

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

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

border-color css

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

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

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