Html Css Color HEX #C9252A Mahogany

📋 copy color: '#C9252A'

red 201 ◦ green 37 ◦ blue 42

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

Shades of Mahogany #C9252A

Tints of Mahogany #C9252A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.21%

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

R = 71.79%
G = 13.21%
B = 15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9252A (or 0xC9252A) is known color: Mahogany. HEX triplet: C9, 25 and 2A. RGB value is (201,37,42). Sum of RGB (Red+Green+Blue) = 201+37+42=280 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.79% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 201 - color contains mainly: red. Hex color #C9252A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9252A is #36DAD5. Grayscale: #565656. Windows color (decimal): -3594966 or 2762185. OLE color: 2762185.

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

Color convert

RGB 201 37 42 -
CMYK 0 0.82 0.79 0.21
HSL 358.17º 0.69% 0.47% -
HSV(B) 358.17º 0.82% 0.79% -
XYZ 25.17 13.91 3.55 -
YUV 86.61 102.83 209.59 -
System Red Green Blue C M Y K H S L
Decimal 201 37 42 0 0.82 0.79 0.21 358.17 0.69 0.47
Hex C9 25 2A 0 52 4F 15 166 45 2F
Octal 311 45 52 0 122 117 25 546 105 57
Binary 11001001 100101 101010 0 1010010 1001111 10101 101100110 1000101 101111

Color Harmonies of #C9252A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9252A

Black with #C9252A

Text Example


Text Example

White with #C9252A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9252A; }

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

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

background-color css

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

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

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

border-color css

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

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

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