Html Css Color HEX #C92835 Mahogany

📋 copy color: '#C92835'

red 201 ◦ green 40 ◦ blue 53

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

Shades of Mahogany #C92835

Tints of Mahogany #C92835

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.61%

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

R = 68.37%
G = 13.61%
B = 18.03%

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

#C92835 (or 0xC92835) is known color: Mahogany. HEX triplet: C9, 28 and 35. RGB value is (201,40,53). Sum of RGB (Red+Green+Blue) = 201+40+53=294 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.37% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 201 - color contains mainly: red. Hex color #C92835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92835 is #36D7CA. Grayscale: #595959. Windows color (decimal): -3594187 or 3483849. OLE color: 3483849.

HSL color Cylindrical-coordinate representation of color #C92835: hue angle of 355.16º degrees, saturation: 0.67, 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 #C92835 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 40 53 -
CMYK 0 0.80 0.74 0.21
HSL 355.16º 0.67% 0.47% -
HSV(B) 355.16º 0.8% 0.79% -
XYZ 25.49 14.19 4.76 -
YUV 89.62 107.34 207.44 -
System Red Green Blue C M Y K H S L
Decimal 201 40 53 0 0.80 0.74 0.21 355.16 0.67 0.47
Hex C9 28 35 0 50 4A 15 163 43 2F
Octal 311 50 65 0 120 112 25 543 103 57
Binary 11001001 101000 110101 0 1010000 1001010 10101 101100011 1000011 101111

Color Harmonies of #C92835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92835

Black with #C92835

Text Example


Text Example

White with #C92835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92835; }

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

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

background-color css

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

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

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

border-color css

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

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

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