Html Css Color HEX #C92C33 Mahogany

📋 copy color: '#C92C33'

red 201 ◦ green 44 ◦ blue 51

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

Shades of Mahogany #C92C33

Tints of Mahogany #C92C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.23%

R = 67.91%
G = 14.86%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C92C33 (or 0xC92C33) is known color: Mahogany. HEX triplet: C9, 2C and 33. RGB value is (201,44,51). Sum of RGB (Red+Green+Blue) = 201+44+51=296 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.91% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 201 - color contains mainly: red. Hex color #C92C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92C33 is #36D3CC. Grayscale: #5B5B5B. Windows color (decimal): -3593165 or 3353801. OLE color: 3353801.

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

Color convert

RGB 201 44 51 -
CMYK 0 0.78 0.75 0.21
HSL 357.32º 0.64% 0.48% -
HSV(B) 357.32º 0.78% 0.79% -
XYZ 25.59 14.46 4.57 -
YUV 91.74 105.01 205.93 -
System Red Green Blue C M Y K H S L
Decimal 201 44 51 0 0.78 0.75 0.21 357.32 0.64 0.48
Hex C9 2C 33 0 4E 4B 15 165 40 30
Octal 311 54 63 0 116 113 25 545 100 60
Binary 11001001 101100 110011 0 1001110 1001011 10101 101100101 1000000 110000

Color Harmonies of #C92C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92C33

Black with #C92C33

Text Example


Text Example

White with #C92C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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