Html Css Color HEX #C22C30 Mahogany

📋 copy color: '#C22C30'

red 194 ◦ green 44 ◦ blue 48

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

Shades of Mahogany #C22C30

Tints of Mahogany #C22C30

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.38%

 BLUE value IS 48 (19.14% from 255) = 16.78%

R = 67.83%
G = 15.38%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C22C30 (or 0xC22C30) is known color: Mahogany. HEX triplet: C2, 2C and 30. RGB value is (194,44,48). Sum of RGB (Red+Green+Blue) = 194+44+48=286 (37% of max value = 765). Red value is 194 (76.17% from 255 or 67.83% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 194 - color contains mainly: red. Hex color #C22C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22C30 is #3DD3CF. Grayscale: #595959. Windows color (decimal): -4051920 or 3157186. OLE color: 3157186.

HSL color Cylindrical-coordinate representation of color #C22C30: hue angle of 358.4º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C22C30 is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 44 48 -
CMYK 0 0.77 0.75 0.24
HSL 358.4º 0.63% 0.47% -
HSV(B) 358.4º 0.77% 0.76% -
XYZ 23.68 13.48 4.15 -
YUV 89.31 104.7 202.67 -
System Red Green Blue C M Y K H S L
Decimal 194 44 48 0 0.77 0.75 0.24 358.4 0.63 0.47
Hex C2 2C 30 0 4D 4B 18 166 3F 2F
Octal 302 54 60 0 115 113 30 546 77 57
Binary 11000010 101100 110000 0 1001101 1001011 11000 101100110 111111 101111

Color Harmonies of #C22C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22C30

Black with #C22C30

Text Example


Text Example

White with #C22C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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