Html Css Color HEX #C92C34 Mahogany

📋 copy color: '#C92C34'

red 201 ◦ green 44 ◦ blue 52

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

Shades of Mahogany #C92C34

Tints of Mahogany #C92C34

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.81%

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

R = 67.68%
G = 14.81%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C92C34 (or 0xC92C34) is known color: Mahogany. HEX triplet: C9, 2C and 34. RGB value is (201,44,52). Sum of RGB (Red+Green+Blue) = 201+44+52=297 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.68% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 201 - color contains mainly: red. Hex color #C92C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92C34 is #36D3CB. Grayscale: #5B5B5B. Windows color (decimal): -3593164 or 3419337. OLE color: 3419337.

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

Color convert

RGB 201 44 52 -
CMYK 0 0.78 0.74 0.21
HSL 356.94º 0.64% 0.48% -
HSV(B) 356.94º 0.78% 0.79% -
XYZ 25.61 14.47 4.69 -
YUV 91.86 105.51 205.85 -
System Red Green Blue C M Y K H S L
Decimal 201 44 52 0 0.78 0.74 0.21 356.94 0.64 0.48
Hex C9 2C 34 0 4E 4A 15 165 40 30
Octal 311 54 64 0 116 112 25 545 100 60
Binary 11001001 101100 110100 0 1001110 1001010 10101 101100101 1000000 110000

Color Harmonies of #C92C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92C34

Black with #C92C34

Text Example


Text Example

White with #C92C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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