Html Css Color HEX #C9262D Mahogany

📋 copy color: '#C9262D'

red 201 ◦ green 38 ◦ blue 45

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

Shades of Mahogany #C9262D

Tints of Mahogany #C9262D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.85%

R = 70.77%
G = 13.38%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C9262D (or 0xC9262D) is known color: Mahogany. HEX triplet: C9, 26 and 2D. RGB value is (201,38,45). Sum of RGB (Red+Green+Blue) = 201+38+45=284 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.77% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 201 - color contains mainly: red. Hex color #C9262D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9262D is #36D9D2. Grayscale: #575757. Windows color (decimal): -3594707 or 2959049. OLE color: 2959049.

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

Color convert

RGB 201 38 45 -
CMYK 0 0.81 0.78 0.21
HSL 357.42º 0.68% 0.47% -
HSV(B) 357.42º 0.81% 0.79% -
XYZ 25.25 13.99 3.85 -
YUV 87.54 104 208.93 -
System Red Green Blue C M Y K H S L
Decimal 201 38 45 0 0.81 0.78 0.21 357.42 0.68 0.47
Hex C9 26 2D 0 51 4E 15 165 44 2F
Octal 311 46 55 0 121 116 25 545 104 57
Binary 11001001 100110 101101 0 1010001 1001110 10101 101100101 1000100 101111

Color Harmonies of #C9262D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9262D

Black with #C9262D

Text Example


Text Example

White with #C9262D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9262D; }

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

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

background-color css

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

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

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

border-color css

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

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

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