Html Css Color HEX #C92934 Mahogany

📋 copy color: '#C92934'

red 201 ◦ green 41 ◦ blue 52

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

Shades of Mahogany #C92934

Tints of Mahogany #C92934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.69%

R = 68.37%
G = 13.95%
B = 17.69%

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

#C92934 (or 0xC92934) is known color: Mahogany. HEX triplet: C9, 29 and 34. RGB value is (201,41,52). Sum of RGB (Red+Green+Blue) = 201+41+52=294 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.37% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 201 - color contains mainly: red. Hex color #C92934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92934 is #36D6CB. Grayscale: #5A5A5A. Windows color (decimal): -3593932 or 3418569. OLE color: 3418569.

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

Color convert

RGB 201 41 52 -
CMYK 0 0.80 0.74 0.21
HSL 355.88º 0.66% 0.47% -
HSV(B) 355.88º 0.8% 0.79% -
XYZ 25.5 14.25 4.66 -
YUV 90.09 106.51 207.11 -
System Red Green Blue C M Y K H S L
Decimal 201 41 52 0 0.80 0.74 0.21 355.88 0.66 0.47
Hex C9 29 34 0 50 4A 15 164 42 2F
Octal 311 51 64 0 120 112 25 544 102 57
Binary 11001001 101001 110100 0 1010000 1001010 10101 101100100 1000010 101111

Color Harmonies of #C92934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92934

Black with #C92934

Text Example


Text Example

White with #C92934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92934; }

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

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

background-color css

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

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

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

border-color css

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

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

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