Html Css Color HEX #C7252B Mahogany

📋 copy color: '#C7252B'

red 199 ◦ green 37 ◦ blue 43

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

Shades of Mahogany #C7252B

Tints of Mahogany #C7252B

RGB

 RED value IS 199 (78.13% from 255) = 71.33%

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

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

R = 71.33%
G = 13.26%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7252B (or 0xC7252B) is known color: Mahogany. HEX triplet: C7, 25 and 2B. RGB value is (199,37,43). Sum of RGB (Red+Green+Blue) = 199+37+43=279 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.33% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 199 - color contains mainly: red. Hex color #C7252B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7252B is #38DAD4. Grayscale: #565656. Windows color (decimal): -3726037 or 2827719. OLE color: 2827719.

HSL color Cylindrical-coordinate representation of color #C7252B: hue angle of 357.78º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C7252B is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 37 43 -
CMYK 0 0.81 0.78 0.22
HSL 357.78º 0.69% 0.46% -
HSV(B) 357.78º 0.81% 0.78% -
XYZ 24.65 13.64 3.62 -
YUV 86.12 103.67 208.51 -
System Red Green Blue C M Y K H S L
Decimal 199 37 43 0 0.81 0.78 0.22 357.78 0.69 0.46
Hex C7 25 2B 0 51 4E 16 166 45 2E
Octal 307 45 53 0 121 116 26 546 105 56
Binary 11000111 100101 101011 0 1010001 1001110 10110 101100110 1000101 101110

Color Harmonies of #C7252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7252B

Black with #C7252B

Text Example


Text Example

White with #C7252B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7252B; }

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

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

background-color css

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

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

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

border-color css

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

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

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