Html Css Color HEX #C9262A Mahogany

📋 copy color: '#C9262A'

red 201 ◦ green 38 ◦ blue 42

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

Shades of Mahogany #C9262A

Tints of Mahogany #C9262A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.95%

R = 71.53%
G = 13.52%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9262A (or 0xC9262A) is known color: Mahogany. HEX triplet: C9, 26 and 2A. RGB value is (201,38,42). Sum of RGB (Red+Green+Blue) = 201+38+42=281 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.53% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 201 - color contains mainly: red. Hex color #C9262A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9262A is #36D9D5. Grayscale: #575757. Windows color (decimal): -3594710 or 2762441. OLE color: 2762441.

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

Color convert

RGB 201 38 42 -
CMYK 0 0.81 0.79 0.21
HSL 358.53º 0.68% 0.47% -
HSV(B) 358.53º 0.81% 0.79% -
XYZ 25.2 13.97 3.56 -
YUV 87.19 102.5 209.17 -
System Red Green Blue C M Y K H S L
Decimal 201 38 42 0 0.81 0.79 0.21 358.53 0.68 0.47
Hex C9 26 2A 0 51 4F 15 167 44 2F
Octal 311 46 52 0 121 117 25 547 104 57
Binary 11001001 100110 101010 0 1010001 1001111 10101 101100111 1000100 101111

Color Harmonies of #C9262A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9262A

Black with #C9262A

Text Example


Text Example

White with #C9262A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9262A; }

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

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

background-color css

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

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

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

border-color css

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

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

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