Html Css Color HEX #C7262F Mahogany

📋 copy color: '#C7262F'

red 199 ◦ green 38 ◦ blue 47

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

Shades of Mahogany #C7262F

Tints of Mahogany #C7262F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.55%

R = 70.07%
G = 13.38%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C7262F (or 0xC7262F) is known color: Mahogany. HEX triplet: C7, 26 and 2F. RGB value is (199,38,47). Sum of RGB (Red+Green+Blue) = 199+38+47=284 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.07% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 199 - color contains mainly: red. Hex color #C7262F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7262F is #38D9D0. Grayscale: #575757. Windows color (decimal): -3725777 or 3090119. OLE color: 3090119.

HSL color Cylindrical-coordinate representation of color #C7262F: hue angle of 356.65º degrees, saturation: 0.68, 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 #C7262F is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 38 47 -
CMYK 0 0.81 0.76 0.22
HSL 356.65º 0.68% 0.46% -
HSV(B) 356.65º 0.81% 0.78% -
XYZ 24.76 13.73 4.04 -
YUV 87.17 105.34 207.77 -
System Red Green Blue C M Y K H S L
Decimal 199 38 47 0 0.81 0.76 0.22 356.65 0.68 0.46
Hex C7 26 2F 0 51 4C 16 165 44 2E
Octal 307 46 57 0 121 114 26 545 104 56
Binary 11000111 100110 101111 0 1010001 1001100 10110 101100101 1000100 101110

Color Harmonies of #C7262F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7262F

Black with #C7262F

Text Example


Text Example

White with #C7262F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7262F; }

 p { color: rgb(199,38,47); }

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

background-color css

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

 a { background-color: rgb(199,38,47); }

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

border-color css

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

 span { border-color: rgb(199,38,47); }

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