Html Css Color HEX #C63237 Mahogany

📋 copy color: '#C63237'

red 198 ◦ green 50 ◦ blue 55

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

Shades of Mahogany #C63237

Tints of Mahogany #C63237

RGB

 RED value IS 198 (77.73% from 255) = 65.35%

 GREEN value IS 50 (19.92% from 255) = 16.5%

 BLUE value IS 55 (21.88% from 255) = 18.15%

R = 65.35%
G = 16.5%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C63237 (or 0xC63237) is known color: Mahogany. HEX triplet: C6, 32 and 37. RGB value is (198,50,55). Sum of RGB (Red+Green+Blue) = 198+50+55=303 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.35% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 198 - color contains mainly: red. Hex color #C63237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63237 is #39CDC8. Grayscale: #5E5E5E. Windows color (decimal): -3788233 or 3617478. OLE color: 3617478.

HSL color Cylindrical-coordinate representation of color #C63237: hue angle of 357.97º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63237 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 50 55 -
CMYK 0 0.75 0.72 0.22
HSL 357.97º 0.6% 0.49% -
HSV(B) 357.97º 0.75% 0.78% -
XYZ 25.12 14.56 5.1 -
YUV 94.82 105.53 201.59 -
System Red Green Blue C M Y K H S L
Decimal 198 50 55 0 0.75 0.72 0.22 357.97 0.6 0.49
Hex C6 32 37 0 4B 48 16 166 3C 31
Octal 306 62 67 0 113 110 26 546 74 61
Binary 11000110 110010 110111 0 1001011 1001000 10110 101100110 111100 110001

Color Harmonies of #C63237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63237

Black with #C63237

Text Example


Text Example

White with #C63237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63237; }

 p { color: rgb(198,50,55); }

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

background-color css

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

 a { background-color: rgb(198,50,55); }

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

border-color css

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

 span { border-color: rgb(198,50,55); }

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