Html Css Color HEX #C9252B Mahogany

📋 copy color: '#C9252B'

red 201 ◦ green 37 ◦ blue 43

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

Shades of Mahogany #C9252B

Tints of Mahogany #C9252B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.3%

R = 71.53%
G = 13.17%
B = 15.3%

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

#C9252B (or 0xC9252B) is known color: Mahogany. HEX triplet: C9, 25 and 2B. RGB value is (201,37,43). Sum of RGB (Red+Green+Blue) = 201+37+43=281 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.53% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 201 - color contains mainly: red. Hex color #C9252B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9252B is #36DAD4. Grayscale: #565656. Windows color (decimal): -3594965 or 2827721. OLE color: 2827721.

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

Color convert

RGB 201 37 43 -
CMYK 0 0.82 0.79 0.21
HSL 357.8º 0.69% 0.47% -
HSV(B) 357.8º 0.82% 0.79% -
XYZ 25.19 13.92 3.64 -
YUV 86.72 103.33 209.51 -
System Red Green Blue C M Y K H S L
Decimal 201 37 43 0 0.82 0.79 0.21 357.8 0.69 0.47
Hex C9 25 2B 0 52 4F 15 166 45 2F
Octal 311 45 53 0 122 117 25 546 105 57
Binary 11001001 100101 101011 0 1010010 1001111 10101 101100110 1000101 101111

Color Harmonies of #C9252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9252B

Black with #C9252B

Text Example


Text Example

White with #C9252B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9252B; }

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

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

background-color css

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

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

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

border-color css

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

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

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