Html Css Color HEX #C2252B Mahogany

📋 copy color: '#C2252B'

red 194 ◦ green 37 ◦ blue 43

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

Shades of Mahogany #C2252B

Tints of Mahogany #C2252B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.5%

 BLUE value IS 43 (17.19% from 255) = 15.69%

R = 70.8%
G = 13.5%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2252B (or 0xC2252B) is known color: Mahogany. HEX triplet: C2, 25 and 2B. RGB value is (194,37,43). Sum of RGB (Red+Green+Blue) = 194+37+43=274 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.80% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 194 - color contains mainly: red. Hex color #C2252B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2252B is #3DDAD4. Grayscale: #545454. Windows color (decimal): -4053717 or 2827714. OLE color: 2827714.

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

Color convert

RGB 194 37 43 -
CMYK 0 0.81 0.78 0.24
HSL 357.71º 0.68% 0.45% -
HSV(B) 357.71º 0.81% 0.76% -
XYZ 23.35 12.97 3.56 -
YUV 84.63 104.51 206.01 -
System Red Green Blue C M Y K H S L
Decimal 194 37 43 0 0.81 0.78 0.24 357.71 0.68 0.45
Hex C2 25 2B 0 51 4E 18 166 44 2D
Octal 302 45 53 0 121 116 30 546 104 55
Binary 11000010 100101 101011 0 1010001 1001110 11000 101100110 1000100 101101

Color Harmonies of #C2252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2252B

Black with #C2252B

Text Example


Text Example

White with #C2252B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2252B; }

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

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

background-color css

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

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

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

border-color css

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

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

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