Html Css Color HEX #C92630 Mahogany

📋 copy color: '#C92630'

red 201 ◦ green 38 ◦ blue 48

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

Shades of Mahogany #C92630

Tints of Mahogany #C92630

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.24%

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

R = 70.03%
G = 13.24%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#C92630 (or 0xC92630) is known color: Mahogany. HEX triplet: C9, 26 and 30. RGB value is (201,38,48). Sum of RGB (Red+Green+Blue) = 201+38+48=287 (38% of max value = 765). Red value is 201 (78.91% from 255 or 70.03% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 201 - color contains mainly: red. Hex color #C92630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92630 is #36D9CF. Grayscale: #585858. Windows color (decimal): -3594704 or 3155657. OLE color: 3155657.

HSL color Cylindrical-coordinate representation of color #C92630: hue angle of 356.32º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C92630 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 38 48 -
CMYK 0 0.81 0.76 0.21
HSL 356.32º 0.68% 0.47% -
HSV(B) 356.32º 0.81% 0.79% -
XYZ 25.31 14.02 4.17 -
YUV 87.88 105.5 208.69 -
System Red Green Blue C M Y K H S L
Decimal 201 38 48 0 0.81 0.76 0.21 356.32 0.68 0.47
Hex C9 26 30 0 51 4C 15 164 44 2F
Octal 311 46 60 0 121 114 25 544 104 57
Binary 11001001 100110 110000 0 1010001 1001100 10101 101100100 1000100 101111

Color Harmonies of #C92630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92630

Black with #C92630

Text Example


Text Example

White with #C92630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92630; }

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

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

background-color css

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

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

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

border-color css

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

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

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