Html Css Color HEX #C22B36 Mahogany

📋 copy color: '#C22B36'

red 194 ◦ green 43 ◦ blue 54

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

Shades of Mahogany #C22B36

Tints of Mahogany #C22B36

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.78%

 BLUE value IS 54 (21.48% from 255) = 18.56%

R = 66.67%
G = 14.78%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C22B36 (or 0xC22B36) is known color: Mahogany. HEX triplet: C2, 2B and 36. RGB value is (194,43,54). Sum of RGB (Red+Green+Blue) = 194+43+54=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 43 (17.19% from 255 or 14.78% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C22B36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22B36 is #3DD4C9. Grayscale: #595959. Windows color (decimal): -4052170 or 3550146. OLE color: 3550146.

HSL color Cylindrical-coordinate representation of color #C22B36: hue angle of 355.63º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22B36 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 43 54 -
CMYK 0 0.78 0.72 0.24
HSL 355.63º 0.64% 0.46% -
HSV(B) 355.63º 0.78% 0.76% -
XYZ 23.78 13.46 4.84 -
YUV 89.4 108.03 202.61 -
System Red Green Blue C M Y K H S L
Decimal 194 43 54 0 0.78 0.72 0.24 355.63 0.64 0.46
Hex C2 2B 36 0 4E 48 18 164 40 2E
Octal 302 53 66 0 116 110 30 544 100 56
Binary 11000010 101011 110110 0 1001110 1001000 11000 101100100 1000000 101110

Color Harmonies of #C22B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22B36

Black with #C22B36

Text Example


Text Example

White with #C22B36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22B36; }

 p { color: rgb(194,43,54); }

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

background-color css

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

 a { background-color: rgb(194,43,54); }

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

border-color css

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

 span { border-color: rgb(194,43,54); }

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