Html Css Color HEX #C22629 Mahogany

📋 copy color: '#C22629'

red 194 ◦ green 38 ◦ blue 41

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

Shades of Mahogany #C22629

Tints of Mahogany #C22629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.02%

R = 71.06%
G = 13.92%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C22629 (or 0xC22629) is known color: Mahogany. HEX triplet: C2, 26 and 29. RGB value is (194,38,41). Sum of RGB (Red+Green+Blue) = 194+38+41=273 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.06% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 194 - color contains mainly: red. Hex color #C22629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22629 is #3DD9D6. Grayscale: #555555. Windows color (decimal): -4053463 or 2696898. OLE color: 2696898.

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

Color convert

RGB 194 38 41 -
CMYK 0 0.80 0.79 0.24
HSL 358.85º 0.67% 0.45% -
HSV(B) 358.85º 0.8% 0.76% -
XYZ 23.34 13.02 3.38 -
YUV 84.99 103.18 205.76 -
System Red Green Blue C M Y K H S L
Decimal 194 38 41 0 0.80 0.79 0.24 358.85 0.67 0.45
Hex C2 26 29 0 50 4F 18 167 43 2D
Octal 302 46 51 0 120 117 30 547 103 55
Binary 11000010 100110 101001 0 1010000 1001111 11000 101100111 1000011 101101

Color Harmonies of #C22629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22629

Black with #C22629

Text Example


Text Example

White with #C22629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22629; }

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

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

background-color css

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

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

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

border-color css

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

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

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