Html Css Color HEX #C72C2D Mahogany

📋 copy color: '#C72C2D'

red 199 ◦ green 44 ◦ blue 45

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

Shades of Mahogany #C72C2D

Tints of Mahogany #C72C2D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.28%

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

R = 69.1%
G = 15.28%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C72C2D (or 0xC72C2D) is known color: Mahogany. HEX triplet: C7, 2C and 2D. RGB value is (199,44,45). Sum of RGB (Red+Green+Blue) = 199+44+45=288 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.10% from 288); Green value is 44 (17.58% from 255 or 15.28% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 199 - color contains mainly: red. Hex color #C72C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72C2D is #38D3D2. Grayscale: #5A5A5A. Windows color (decimal): -3724243 or 2960583. OLE color: 2960583.

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

Color convert

RGB 199 44 45 -
CMYK 0 0.78 0.77 0.22
HSL 359.61º 0.64% 0.48% -
HSV(B) 359.61º 0.78% 0.78% -
XYZ 24.93 14.13 3.9 -
YUV 90.46 102.35 205.42 -
System Red Green Blue C M Y K H S L
Decimal 199 44 45 0 0.78 0.77 0.22 359.61 0.64 0.48
Hex C7 2C 2D 0 4E 4D 16 168 40 30
Octal 307 54 55 0 116 115 26 550 100 60
Binary 11000111 101100 101101 0 1001110 1001101 10110 101101000 1000000 110000

Color Harmonies of #C72C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72C2D

Black with #C72C2D

Text Example


Text Example

White with #C72C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72C2D; }

 p { color: rgb(199,44,45); }

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

background-color css

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

 a { background-color: rgb(199,44,45); }

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

border-color css

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

 span { border-color: rgb(199,44,45); }

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