Html Css Color HEX #C2262C Mahogany

📋 copy color: '#C2262C'

red 194 ◦ green 38 ◦ blue 44

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

Shades of Mahogany #C2262C

Tints of Mahogany #C2262C

RGB

 RED value IS 194 (76.17% from 255) = 70.29%

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

 BLUE value IS 44 (17.58% from 255) = 15.94%

R = 70.29%
G = 13.77%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2262C (or 0xC2262C) is known color: Mahogany. HEX triplet: C2, 26 and 2C. RGB value is (194,38,44). Sum of RGB (Red+Green+Blue) = 194+38+44=276 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.29% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 194 - color contains mainly: red. Hex color #C2262C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2262C is #3DD9D3. Grayscale: #555555. Windows color (decimal): -4053460 or 2893506. OLE color: 2893506.

HSL color Cylindrical-coordinate representation of color #C2262C: hue angle of 357.69º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2262C is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 38 44 -
CMYK 0 0.80 0.77 0.24
HSL 357.69º 0.67% 0.45% -
HSV(B) 357.69º 0.8% 0.76% -
XYZ 23.4 13.04 3.67 -
YUV 85.33 104.68 205.51 -
System Red Green Blue C M Y K H S L
Decimal 194 38 44 0 0.80 0.77 0.24 357.69 0.67 0.45
Hex C2 26 2C 0 50 4D 18 166 43 2D
Octal 302 46 54 0 120 115 30 546 103 55
Binary 11000010 100110 101100 0 1010000 1001101 11000 101100110 1000011 101101

Color Harmonies of #C2262C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2262C

Black with #C2262C

Text Example


Text Example

White with #C2262C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2262C; }

 p { color: rgb(194,38,44); }

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

background-color css

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

 a { background-color: rgb(194,38,44); }

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

border-color css

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

 span { border-color: rgb(194,38,44); }

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