Html Css Color HEX #C92C38 Mahogany

📋 copy color: '#C92C38'

red 201 ◦ green 44 ◦ blue 56

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

Shades of Mahogany #C92C38

Tints of Mahogany #C92C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.6%

R = 66.78%
G = 14.62%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C92C38 (or 0xC92C38) is known color: Mahogany. HEX triplet: C9, 2C and 38. RGB value is (201,44,56). Sum of RGB (Red+Green+Blue) = 201+44+56=301 (39% of max value = 765). Red value is 201 (78.91% from 255 or 66.78% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 201 - color contains mainly: red. Hex color #C92C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92C38 is #36D3C7. Grayscale: #5C5C5C. Windows color (decimal): -3593160 or 3681481. OLE color: 3681481.

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

Color convert

RGB 201 44 56 -
CMYK 0 0.78 0.72 0.21
HSL 355.41º 0.64% 0.48% -
HSV(B) 355.41º 0.78% 0.79% -
XYZ 25.7 14.5 5.19 -
YUV 92.31 107.51 205.52 -
System Red Green Blue C M Y K H S L
Decimal 201 44 56 0 0.78 0.72 0.21 355.41 0.64 0.48
Hex C9 2C 38 0 4E 48 15 163 40 30
Octal 311 54 70 0 116 110 25 543 100 60
Binary 11001001 101100 111000 0 1001110 1001000 10101 101100011 1000000 110000

Color Harmonies of #C92C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92C38

Black with #C92C38

Text Example


Text Example

White with #C92C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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