Html Css Color HEX #C92C30 Mahogany

📋 copy color: '#C92C30'

red 201 ◦ green 44 ◦ blue 48

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

Shades of Mahogany #C92C30

Tints of Mahogany #C92C30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.38%

R = 68.6%
G = 15.02%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#C92C30 (or 0xC92C30) is known color: Mahogany. HEX triplet: C9, 2C and 30. RGB value is (201,44,48). Sum of RGB (Red+Green+Blue) = 201+44+48=293 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.60% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 201 - color contains mainly: red. Hex color #C92C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92C30 is #36D3CF. Grayscale: #5B5B5B. Windows color (decimal): -3593168 or 3157193. OLE color: 3157193.

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

Color convert

RGB 201 44 48 -
CMYK 0 0.78 0.76 0.21
HSL 358.47º 0.64% 0.48% -
HSV(B) 358.47º 0.78% 0.79% -
XYZ 25.52 14.43 4.24 -
YUV 91.4 103.51 206.17 -
System Red Green Blue C M Y K H S L
Decimal 201 44 48 0 0.78 0.76 0.21 358.47 0.64 0.48
Hex C9 2C 30 0 4E 4C 15 166 40 30
Octal 311 54 60 0 116 114 25 546 100 60
Binary 11001001 101100 110000 0 1001110 1001100 10101 101100110 1000000 110000

Color Harmonies of #C92C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92C30

Black with #C92C30

Text Example


Text Example

White with #C92C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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